From 2c11d30d75a9f4d175d6348e8bddc8b8aebf0e5e Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 2 Jan 2024 17:41:58 +0100 Subject: Fixed lore from 33 items, added fetchur npc, fixed nbt of max ench book (#1081) --- items/GIANT_CLEAVER.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'items/GIANT_CLEAVER.json') diff --git a/items/GIANT_CLEAVER.json b/items/GIANT_CLEAVER.json index d3914886..ca0d44f9 100644 --- a/items/GIANT_CLEAVER.json +++ b/items/GIANT_CLEAVER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_sword", "displayname": "§5Giant Cleaver", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d501\",1:\"§7Damage: §c+235\",2:\"§7Strength: §c+120\",3:\"§7Crit Damage: §c+120%\",4:\"\",5:\"§6Ability: Cleave \",6:\"§7When hitting an entity, monsters\",7:\"§7in a §a5§7 block range will be\",8:\"§7hit for a portion of that damage\",9:\"§7too.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aThe Catacombs Floor\",13:\"§aVI Completion§c.\",14:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Giant Cleaver\"},ExtraAttributes:{id:\"GIANT_CLEAVER\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d501\",1:\"§7Damage: §c+235\",2:\"§7Strength: §c+120\",3:\"§7Crit Damage: §c+120%\",4:\"\",5:\"§6Ability: Cleave \",6:\"§7When hitting an entity, monsters in a\",7:\"§7§a5§7 block range will be hit for a\",8:\"§7portion of that damage too.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aThe Catacombs Floor\",12:\"§aVI Completion§c.\",13:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Giant Cleaver\"},ExtraAttributes:{id:\"GIANT_CLEAVER\"}}", "damage": 0, "lore": [ "§7Gear Score: §d501", @@ -10,10 +10,9 @@ "§7Crit Damage: §c+120%", "", "§6Ability: Cleave ", - "§7When hitting an entity, monsters", - "§7in a §a5§7 block range will be", - "§7hit for a portion of that damage", - "§7too.", + "§7When hitting an entity, monsters in a", + "§7§a5§7 block range will be hit for a", + "§7portion of that damage too.", "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aThe Catacombs Floor", -- cgit