diff options
author | Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> | 2022-08-10 12:59:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 20:59:29 +1000 |
commit | 5db3b22fe40bc8970d3acd02eff13fe8410cfe35 (patch) | |
tree | 225f760ba16fe970ca9b336d99a9ef52753456e6 /items/HARD_STONE.json | |
parent | ac1077c9e230441f22412d555ef8d3f53ed798b2 (diff) | |
download | NotEnoughUpdates-REPO-5db3b22fe40bc8970d3acd02eff13fe8410cfe35.tar.gz NotEnoughUpdates-REPO-5db3b22fe40bc8970d3acd02eff13fe8410cfe35.tar.bz2 NotEnoughUpdates-REPO-5db3b22fe40bc8970d3acd02eff13fe8410cfe35.zip |
smol fix (#796)
Diffstat (limited to 'items/HARD_STONE.json')
-rw-r--r-- | items/HARD_STONE.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/items/HARD_STONE.json b/items/HARD_STONE.json index ef3da132..5db7a3eb 100644 --- a/items/HARD_STONE.json +++ b/items/HARD_STONE.json @@ -1,21 +1,20 @@ { "itemid": "minecraft:stone", "displayname": "§fHard Stone", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"\",1:\"§7§7§oThis type of stone can only\",2:\"§7§obe found at extreme depths\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fHard Stone\"},ExtraAttributes:{id:\"HARD_STONE\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7A condensed form of rock only\",1:\"§7found at extreme depths.\",2:\"\",3:\"§f§lCOMMON\"],Name:\"§fHard Stone\"},ExtraAttributes:{id:\"HARD_STONE\"}}", "damage": 0, "lore": [ - "", - "§7§7§oThis type of stone can only", - "§7§obe found at extreme depths", + "§7§7A condensed form of rock only", + "§7found at extreme depths.", "", "§f§lCOMMON" ], "internalname": "HARD_STONE", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hard_Stone" ] -} +}
\ No newline at end of file |