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/SQUASH_CHESTPLATE.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/SQUASH_CHESTPLATE.json')
-rw-r--r-- | items/SQUASH_CHESTPLATE.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/items/SQUASH_CHESTPLATE.json b/items/SQUASH_CHESTPLATE.json new file mode 100644 index 00000000..97686605 --- /dev/null +++ b/items/SQUASH_CHESTPLATE.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§5Squash Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+180\",1:\"§7Defense: §a+35\",2:\"§7Speed: §a+5\",3:\"§7Farming Fortune: §a+30\",4:\"\",5:\"§8Tiered Bonus: Mento Fermento (0/4)\",6:\"§7§7Farming Sugar Cane, Cactus,\",7:\"§7Mushroom, and Nether Warts has a\",8:\"§7§a0.005% §7chance of dropping a\",9:\"§7Fermento.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFarming Skill 35§c.\",13:\"§5§lEPIC CHESTPLATE\"],color:213774,Name:\"§5Squash Chestplate\"},ExtraAttributes:{id:\"SQUASH_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+180", + "§7Defense: §a+35", + "§7Speed: §a+5", + "§7Farming Fortune: §a+30", + "", + "§8Tiered Bonus: Mento Fermento (0/4)", + "§7§7Farming Sugar Cane, Cactus,", + "§7Mushroom, and Nether Warts has a", + "§7§a0.005% §7chance of dropping a", + "§7Fermento.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aFarming Skill 35§c.", + "§5§lEPIC CHESTPLATE" + ], + "recipe": { + "A1": "SQUASH:10", + "A2": "CROPIE_CHESTPLATE:1", + "A3": "SQUASH:10", + "B1": "ENCHANTED_MELON_BLOCK:24", + "B2": "POLISHED_PUMPKIN:8", + "B3": "ENCHANTED_MELON_BLOCK:24", + "C1": "ENCHANTED_COOKIE:10", + "C2": "ENCHANTED_COOKIE:10", + "C3": "ENCHANTED_COOKIE:10" + }, + "internalname": "SQUASH_CHESTPLATE", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |