diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-02-15 09:29:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 09:29:45 +0100 |
commit | 4fa2f1eb69e5d3e412387d3f5bbde66e49245241 (patch) | |
tree | 3787dbd8e19e900d9f1d0ad360b221347b62a3ee /items/MELON_BOOTS.json | |
parent | 1b02e6fa47fc68095fc4cd6bc9038af9af803bb1 (diff) | |
download | NotEnoughUpdates-REPO-4fa2f1eb69e5d3e412387d3f5bbde66e49245241.tar.gz NotEnoughUpdates-REPO-4fa2f1eb69e5d3e412387d3f5bbde66e49245241.tar.bz2 NotEnoughUpdates-REPO-4fa2f1eb69e5d3e412387d3f5bbde66e49245241.zip |
New stuff from garden update (#853)
* New stuff from garden update
* Fixed some items
* Fixed nbt
* Added new items
* Fixed things idk
* Fixed lores
* Added reqs
* Added sunder and missing dicer
* Added reqs, new items and fixed some
* +1 soul
* Added island
Diffstat (limited to 'items/MELON_BOOTS.json')
-rw-r--r-- | items/MELON_BOOTS.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/items/MELON_BOOTS.json b/items/MELON_BOOTS.json new file mode 100644 index 00000000..af4da799 --- /dev/null +++ b/items/MELON_BOOTS.json @@ -0,0 +1,41 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§aMelon Boots", + "nbttag": "{Unbreakable:1b,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:\"§6Ability: Farmer\u0027s Grace\",11:\"§7Grants immunity to trampling\",12:\"§7crops.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aFarming Skill 25§c.\",16:\"§a§lUNCOMMON BOOTS\"],color:9018912,Name:\"§aMelon Boots\"},ExtraAttributes:{id:\"MELON_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+100", + "§7Defense: §a+25", + "§7Speed: §a+2", + "§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.", + "", + "§6Ability: Farmer\u0027s Grace", + "§7Grants immunity to trampling", + "§7crops.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aFarming Skill 25§c.", + "§a§lUNCOMMON BOOTS" + ], + "recipe": { + "A1": "ENCHANTED_MELON_BLOCK:5", + "A2": "", + "A3": "ENCHANTED_MELON_BLOCK:5", + "B1": "ENCHANTED_MELON_BLOCK:5", + "B2": "", + "B3": "ENCHANTED_MELON_BLOCK:5", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "MELON_BOOTS", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |