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/FERMENTO_LEGGINGS.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/FERMENTO_LEGGINGS.json')
-rw-r--r-- | items/FERMENTO_LEGGINGS.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/items/FERMENTO_LEGGINGS.json b/items/FERMENTO_LEGGINGS.json new file mode 100644 index 00000000..7dfa86b3 --- /dev/null +++ b/items/FERMENTO_LEGGINGS.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§6Fermento Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+195\",1:\"§7Defense: §a+40\",2:\"§7Speed: §a+6\",3:\"§7Farming Fortune: §a+35\",4:\"\",5:\"§8Tiered Bonus: Feast (0/4)\",6:\"§7Combines the Tiered Bonuses of\",7:\"§7wearing §a0 pieces §7of the\",8:\"§7Melon Armor, Cropie Armor, and\",9:\"§7Squash Armor.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFarming Skill 40§c.\",13:\"§6§lLEGENDARY LEGGINGS\"],color:6986779,Name:\"§6Fermento Leggings\"},ExtraAttributes:{id:\"FERMENTO_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+195", + "§7Defense: §a+40", + "§7Speed: §a+6", + "§7Farming Fortune: §a+35", + "", + "§8Tiered Bonus: Feast (0/4)", + "§7Combines the Tiered Bonuses of", + "§7wearing §a0 pieces §7of the", + "§7Melon Armor, Cropie Armor, and", + "§7Squash Armor.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aFarming Skill 40§c.", + "§6§lLEGENDARY LEGGINGS" + ], + "recipe": { + "A1": "CONDENSED_FERMENTO:2", + "A2": "ENCHANTED_SUGAR_CANE:32", + "A3": "CONDENSED_FERMENTO:2", + "B1": "ENCHANTED_HUGE_MUSHROOM_2:32", + "B2": "SQUASH_LEGGINGS:1", + "B3": "ENCHANTED_HUGE_MUSHROOM_1:32", + "C1": "MUTANT_NETHER_STALK:20", + "C2": "", + "C3": "MUTANT_NETHER_STALK:20" + }, + "internalname": "FERMENTO_LEGGINGS", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |