From ccea0ac167b0e711c60510ebf50c6c8d2084789c Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Tue, 16 Feb 2021 18:02:50 +0100 Subject: Also fixed stuff from trello and more + new items (#401) - fixed rare giraffe pet - ~~added price paid to midas staff~~ removed since in pull request #400 they removed it from midas sword and the whole idea was to have it be the same - changed crystal armor light levels to 15 for consistency - fixed catalyst rarity - added social xp requirment for showcase block, island npc and rock paper shears - moved all logs under 1 parent (previously split under 2 parents) - fixed rarity of horse armor, name tag and saddle - added rune sack, autopet, kismet feather, new enrichments and cultivating enchant --- items/IRON_BARDING.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'items/IRON_BARDING.json') diff --git a/items/IRON_BARDING.json b/items/IRON_BARDING.json index 04d6397f..8c83b12d 100644 --- a/items/IRON_BARDING.json +++ b/items/IRON_BARDING.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:iron_horse_armor", - "displayname": "§fIron Horse Armor", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fIron Horse Armor\"},ExtraAttributes:{id:\"IRON_BARDING\"}}", + "displayname": "§9Iron Horse Armor", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Iron Horse Armor\"},ExtraAttributes:{id:\"IRON_BARDING\"}}", "damage": 0, "lore": [ - "§f§lCOMMON" + "§9§lRARE" ], "internalname": "IRON_BARDING", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "vanilla": true, "clickcommand": "" } \ No newline at end of file -- cgit