From a08535705d7a7534dbc6152c7f9340651693ac6d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 31 Aug 2021 16:43:17 +0200 Subject: Stuff - Added and fixed things yes (#609) * Stuff * Updating feature link * Fixed Hard Stone Minion * Fixing Items * yep * Fixing Pet * Fixing NBT Tags * Forgot one * Removed interp and other things * learn to format Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com> --- items/MASTIFF_CHESTPLATE.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'items/MASTIFF_CHESTPLATE.json') diff --git a/items/MASTIFF_CHESTPLATE.json b/items/MASTIFF_CHESTPLATE.json index 7b169e6d..b3f5ae0d 100644 --- a/items/MASTIFF_CHESTPLATE.json +++ b/items/MASTIFF_CHESTPLATE.json @@ -4,8 +4,8 @@ "displayname": "§5Mastiff Chestplate", "clickcommand": "viewrecipe", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+500 HP\",1:\"§7Defense: §a-10,000\",2:\"\",3:\"§6Full Set Bonus: Absolute Unit\",4:\"§c+50❤ §7per §c1% Crit Damage\",5:\"§7Regain §c2% §7of §cmax ❤ §7when hit. §8(1s cd)\",6:\"§7Receive §a-20% §7damage from wolves.\",7:\"§7Your crit damage is §950% §7less effective.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§c☠ §5Requires Wolf LVL 4\",11:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Mastiff Chestplate\"},ExtraAttributes:{id:\"MASTIFF_CHESTPLATE\"}}", - "modver": "1.7.1-REL", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+500 HP\",1:\"§7Defense: §a-1,000,000\",2:\"\",3:\"§6Full Set Bonus: Absolute Unit\",4:\"§c+50❤ §7per §c1% Crit Damage\",5:\"§7Regain §c2% §7of §cmax ❤ §7when hit. §8(1s cd)\",6:\"§7Receive §a-20% §7damage from wolves.\",7:\"§7Your crit damage is §950% §7less effective.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§c☠ §5Requires Wolf Slayer 4\",11:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Mastiff Chestplate\"},ExtraAttributes:{id:\"MASTIFF_CHESTPLATE\"}}", + "modver": "2.0.0-REL", "lore": [ "§7Health: §a+500 HP", "§7Defense: §a-1,000,000", @@ -35,5 +35,6 @@ "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mastiff_Armor" - ] -} + ], + "crafttext": "" +} \ No newline at end of file -- cgit