diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-08 16:19:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-08 15:19:31 +0000 |
commit | cbdf0add14b533e2a9e9618e8f20603835f26af4 (patch) | |
tree | 39c015eed4bdbeba6a0e2df782620ce141de1fc6 /items/LAPIS_ORE.json | |
parent | 38a1822fb413001d74d3c06be4c4ef6fa3435fde (diff) | |
download | NotEnoughUpdates-REPO-cbdf0add14b533e2a9e9618e8f20603835f26af4.tar.gz NotEnoughUpdates-REPO-cbdf0add14b533e2a9e9618e8f20603835f26af4.tar.bz2 NotEnoughUpdates-REPO-cbdf0add14b533e2a9e9618e8f20603835f26af4.zip |
Added new Skin, fixed rarity of skins and ore's (#1062)
Diffstat (limited to 'items/LAPIS_ORE.json')
-rw-r--r-- | items/LAPIS_ORE.json | 11 |
1 files changed, 6 insertions, 5 deletions
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 |