From 583f28f5bcda1099c983a890ccba9813dd587833 Mon Sep 17 00:00:00 2001 From: fireflame606 <79111380+fireflame606@users.noreply.github.com> Date: Sun, 14 Mar 2021 13:32:59 -0400 Subject: skele skull should be rare not common (#438) * should be rare not common * changed the order Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com> --- items/SKULL_ITEM.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'items') diff --git a/items/SKULL_ITEM.json b/items/SKULL_ITEM.json index e193ac35..a3e1799d 100644 --- a/items/SKULL_ITEM.json +++ b/items/SKULL_ITEM.json @@ -1,13 +1,15 @@ { "itemid": "minecraft:skull", - "displayname": "§fSkeleton Skull", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSkeleton Skull\"},ExtraAttributes:{id:\"SKULL_ITEM\"}}", + "displayname": "§9Skeleton Skull", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Skeleton Skull\"},ExtraAttributes:{id:\"SKULL_ITEM\"}}", "damage": 0, "lore": [ - "§f§lCOMMON" + "§9§lRARE" ], "internalname": "SKULL_ITEM", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "vanilla": true, + "crafttext": "", + "infoType": "", "clickcommand": "" -} \ No newline at end of file +} -- cgit