From 779d642de304b2119ada78ea806b350d070e113f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 1 Nov 2023 19:49:35 +0100 Subject: Fixed Rookie Hoe lore (#1027) --- items/ROOKIE_HOE.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/items/ROOKIE_HOE.json b/items/ROOKIE_HOE.json index 6c000e52..6d9d3a0e 100644 --- a/items/ROOKIE_HOE.json +++ b/items/ROOKIE_HOE.json @@ -4,13 +4,14 @@ "displayname": "§fRookie Hoe", "clickcommand": "", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Crops broken with this hoe have\",1:\"§7a §a50%§7 chance to drop a seed.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§f§lCOMMON HOE\"],Name:\"§fRookie Hoe\"},ExtraAttributes:{id:\"ROOKIE_HOE\"}}", - "modver": "2.1.0-REL", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Crops broken with this hoe have\",1:\"§7a §a50%§7 chance to drop a seed.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§7§4❣ §cRequires §aFarming Skill 1§c.\",5:\"§f§lCOMMON HOE\"],Name:\"§fRookie Hoe\"},ExtraAttributes:{id:\"ROOKIE_HOE\"}}", + "modver": "2.1.1-PRE", "lore": [ "§7Crops broken with this hoe have", "§7a §a50%§7 chance to drop a seed.", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aFarming Skill 1§c.", "§f§lCOMMON HOE" ], "infoType": "WIKI_URL", -- cgit