From a20d01dac86e32c8cb3942506b17574b130a7a7d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 4 Apr 2024 01:10:11 +0200 Subject: Added new wiki links and fixed a few lores (#1145) --- items/MATCH_STICKS.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'items/MATCH_STICKS.json') diff --git a/items/MATCH_STICKS.json b/items/MATCH_STICKS.json index 2bc0fba5..ccc19a12 100644 --- a/items/MATCH_STICKS.json +++ b/items/MATCH_STICKS.json @@ -1,17 +1,17 @@ { "itemid": "minecraft:redstone_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\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Consume to light yourself on fire\",1:\"§7for §a10 §7seconds granting you §c+10❁\",2:\"§cStrength§7.\",3:\"\",4:\"§7§7§oThe head of Matchos is a combination\",5:\"§7§oof Sulphur and a crystalline\",6:\"§7§osubstance. With even the slightest\",7:\"§7§ofrictions they will 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.", + "§7Consume to light yourself on fire", + "§7for §a10 §7seconds granting you §c+10❁", + "§cStrength§7.", + "", + "§7§7§oThe head of Matchos is a combination", + "§7§oof Sulphur and a crystalline", + "§7§osubstance. With even the slightest", + "§7§ofrictions they will light up.", "", "§9§lRARE" ], @@ -29,7 +29,7 @@ "internalname": "MATCH_STICKS", "crafttext": "Requires: Sulphur I", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Match-Sticks", -- cgit