From 1be01049c8878ec9b087cff9036408a4bbca98ca Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:10:54 +0200 Subject: Added new gemstones to lore (#1153) --- items/MELON_HELMET.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'items/MELON_HELMET.json') diff --git a/items/MELON_HELMET.json b/items/MELON_HELMET.json index c3626ac0..a7ab1c2e 100644 --- a/items/MELON_HELMET.json +++ b/items/MELON_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:melon_block", "displayname": "§aMelon Helmet", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Health: §a+100\",1:\"§7Defense: §a+25\",2:\"§7Speed: §a+2\",3:\"§7Farming Fortune: §a+15\",4:\"\",5:\"§8Tiered Bonus: Cropier Crops (0/4)\",6:\"§7§7Farming Wheat, Carrot, and\",7:\"§7Potatoes has a §a0.03% §7chance\",8:\"§7of dropping a Cropie.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aFarming Skill 25§c.\",12:\"§a§lUNCOMMON HELMET\"],Name:\"§aMelon Helmet\"},ExtraAttributes:{id:\"MELON_HELMET\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Health: §a+100\",1:\"§7Defense: §a+25\",2:\"§7Speed: §a+2\",3:\"§7Farming Fortune: §a+15\",4:\"\",5:\"§8Tiered Bonus: Cropier Crops (0/4)\",6:\"§7§7Farming Wheat, Carrots, and Potatoes\",7:\"§7has a §a0.03% §7chance of dropping a\",8:\"§7Cropie. §7Grants §60☘ Farming Fortune§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aFarming Skill 25§c.\",12:\"§a§lUNCOMMON HELMET\"],Name:\"§aMelon Helmet\"},ExtraAttributes:{id:\"MELON_HELMET\"}}", "damage": 0, "lore": [ "§7Health: §a+100", @@ -10,9 +10,9 @@ "§7Farming Fortune: §a+15", "", "§8Tiered Bonus: Cropier Crops (0/4)", - "§7§7Farming Wheat, Carrot, and", - "§7Potatoes has a §a0.03% §7chance", - "§7of dropping a Cropie.", + "§7§7Farming Wheat, Carrots, and Potatoes", + "§7has a §a0.03% §7chance of dropping a", + "§7Cropie. §7Grants §60☘ Farming Fortune§7.", "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aFarming Skill 25§c.", @@ -31,7 +31,7 @@ }, "internalname": "MELON_HELMET", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "Requires: Melon IX", "infoType": "WIKI_URL", "info": [ -- cgit