From cbdf0add14b533e2a9e9618e8f20603835f26af4 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:19:31 +0100 Subject: Added new Skin, fixed rarity of skins and ore's (#1062) --- items/LAPIS_ORE.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'items/LAPIS_ORE.json') diff --git a/items/LAPIS_ORE.json b/items/LAPIS_ORE.json index 5a1ec23f..9f186e17 100644 --- a/items/LAPIS_ORE.json +++ b/items/LAPIS_ORE.json @@ -1,17 +1,18 @@ { "itemid": "minecraft:lapis_ore", - "displayname": "§fLapis Lazuli Ore", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLapis Lazuli Ore\"},ExtraAttributes:{id:\"LAPIS_ORE\"}}", + "displayname": "§aLapis Lazuli Ore", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aLapis Lazuli Ore\"},ExtraAttributes:{id:\"LAPIS_ORE\"}}", "damage": 0, "lore": [ - "§f§lCOMMON" + "§a§lUNCOMMON" ], "internalname": "LAPIS_ORE", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "vanilla": true, "clickcommand": "", "infoType": "WIKI_URL", "info": [ "https://wiki.hypixel.net/Lapis_Lazuli_Ore" - ] + ], + "crafttext": "" } \ No newline at end of file -- cgit