From 1198f6d91c2f1f9d34fe37d3bea7363f87aa5587 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 13 Jun 2022 18:42:46 +0200 Subject: Gaba the fish (#766) --- items/ENCHANTED_BONE.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'items/ENCHANTED_BONE.json') diff --git a/items/ENCHANTED_BONE.json b/items/ENCHANTED_BONE.json index 5ca7be8c..9fe76173 100644 --- a/items/ENCHANTED_BONE.json +++ b/items/ENCHANTED_BONE.json @@ -1,10 +1,10 @@ { "itemid": "minecraft:bone", - "displayname": "§fEnchanted Bone", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fEnchanted Bone\"},ExtraAttributes:{id:\"ENCHANTED_BONE\"}}", + "displayname": "§aEnchanted Bone", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Bone\"},ExtraAttributes:{id:\"ENCHANTED_BONE\"}}", "damage": 0, "lore": [ - "§f§lCOMMON" + "§a§lUNCOMMON" ], "recipe": { "A1": "", @@ -19,10 +19,10 @@ }, "internalname": "ENCHANTED_BONE", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Bone" ], "crafttext": "Requires: Bone V" -} +} \ No newline at end of file -- cgit