diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-01-16 19:43:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 18:43:15 +0000 |
commit | c8a8e8c5265a603adb426156e8a22f19a1c860cb (patch) | |
tree | 9d08979a9eb4cb4e8c7928a54794e0e8138ecdbb /items/MITHRIL_ORE.json | |
parent | c3f588b90189a4a86ba213b11ee78d35b5472435 (diff) | |
download | NotEnoughUpdates-REPO-c8a8e8c5265a603adb426156e8a22f19a1c860cb.tar.gz NotEnoughUpdates-REPO-c8a8e8c5265a603adb426156e8a22f19a1c860cb.tar.bz2 NotEnoughUpdates-REPO-c8a8e8c5265a603adb426156e8a22f19a1c860cb.zip |
0.19.10 (#1087)
* 0.19.10
* Fixed Corleonite chance
* Added new fallen star stuff
Diffstat (limited to 'items/MITHRIL_ORE.json')
-rw-r--r-- | items/MITHRIL_ORE.json | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/items/MITHRIL_ORE.json b/items/MITHRIL_ORE.json index 0f9b4a6a..a79d839d 100644 --- a/items/MITHRIL_ORE.json +++ b/items/MITHRIL_ORE.json @@ -1,23 +1,22 @@ { "itemid": "minecraft:prismarine_crystals", "displayname": "§fMithril", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"\",2:\"§7§7§o\\\"The Man called it\",3:\"§7§o\\\"true-silver\\\" while the Dwarves,\",4:\"§7§owho loved it above all things,\",5:\"§7§ohad their own, secret name for\",6:\"§7§oit.\\\"\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fMithril\"},ExtraAttributes:{id:\"MITHRIL_ORE\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Brewing Ingredient\",1:\"\",2:\"§7§7§o\\\"The Man called it \\\"true-silver\\\" while\",3:\"§7§othe Dwarves, who loved it above all\",4:\"§7§othings, had their own, secret name\",5:\"§7§ofor it.\\\"\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fMithril\"},ExtraAttributes:{id:\"MITHRIL_ORE\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", + "§7§8Brewing Ingredient", "", - "§7§7§o\"The Man called it", - "§7§o\"true-silver\" while the Dwarves,", - "§7§owho loved it above all things,", - "§7§ohad their own, secret name for", - "§7§oit.\"", + "§7§7§o\"The Man called it \"true-silver\" while", + "§7§othe Dwarves, who loved it above all", + "§7§othings, had their own, secret name", + "§7§ofor it.\"", "", "§f§lCOMMON" ], "internalname": "MITHRIL_ORE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mithril", |