diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-01 19:49:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-01 18:49:35 +0000 |
commit | 779d642de304b2119ada78ea806b350d070e113f (patch) | |
tree | c050cec8694d63ae8eb8cb4a58fe9a6b7fe5d326 /items | |
parent | 9c21fbace3871628289354d9270ab302dac7e632 (diff) | |
download | NotEnoughUpdates-REPO-779d642de304b2119ada78ea806b350d070e113f.tar.gz NotEnoughUpdates-REPO-779d642de304b2119ada78ea806b350d070e113f.tar.bz2 NotEnoughUpdates-REPO-779d642de304b2119ada78ea806b350d070e113f.zip |
Fixed Rookie Hoe lore (#1027)
Diffstat (limited to 'items')
-rw-r--r-- | items/ROOKIE_HOE.json | 5 |
1 files 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", |