diff options
Diffstat (limited to 'items/HARD_STONE.json')
-rw-r--r-- | items/HARD_STONE.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/HARD_STONE.json b/items/HARD_STONE.json new file mode 100644 index 00000000..40e661b9 --- /dev/null +++ b/items/HARD_STONE.json @@ -0,0 +1,21 @@ +{ + "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\"}}", + "damage": 0, + "lore": [ + "", + "§7§7§oThis type of stone can only", + "§7§obe found at extreme depths", + "", + "§f§lCOMMON" + ], + "internalname": "HARD_STONE", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Hard_Stone" + ] +}
\ No newline at end of file |