From 4fa2f1eb69e5d3e412387d3f5bbde66e49245241 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 15 Feb 2023 09:29:45 +0100 Subject: 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 --- items/LOTUS_NECKLACE.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 items/LOTUS_NECKLACE.json (limited to 'items/LOTUS_NECKLACE.json') diff --git a/items/LOTUS_NECKLACE.json b/items/LOTUS_NECKLACE.json new file mode 100644 index 00000000..d8b8f7a1 --- /dev/null +++ b/items/LOTUS_NECKLACE.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Lotus Necklace", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c8dc56b5-a99e-3ada-a7b8-8812436a89dd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MjUwMjgxMTAyMiwKICAicHJvZmlsZUlkIiA6ICIzOTVkZTJlYjVjNjU0ZmRkOWQ2NDAwY2JhNmNmNjFhNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzcGFyZXN0ZXZlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2FkODNhYTI1YzExYWNmY2U3NDQyZmYwMTI5ZmQ3MGJiNDJjYTBkZTYzYmEyMTE1MTY5OTY2Y2MzNTFmMTcxNmIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Health: §a+10\",1:\"§7Farming Fortune: §a+5\",2:\"\",3:\"§6Piece Bonus: Salesperson\",4:\"§7Complete §aGarden Visitor Offers\",5:\"§a§7to gain §6☘ Farming Fortune§7.\",6:\"\",7:\"§7Piece Bonus: §6+0☘\",8:\"§7Next Upgrade: §6+1☘ §8(§a0§7/§c1§8)\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aGarden Level 4§c.\",12:\"§9§lRARE NECKLACE\",13:\"\",14:\"§7Cost\",15:\"§c200 Copper\"],Name:\"§9Lotus Necklace\"},ExtraAttributes:{id:\"LOTUS_NECKLACE\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+10", + "§7Farming Fortune: §a+5", + "", + "§6Piece Bonus: Salesperson", + "§7Complete §aGarden Visitor Offers", + "§a§7to gain §6☘ Farming Fortune§7.", + "", + "§7Piece Bonus: §6+0☘", + "§7Next Upgrade: §6+1☘ §8(§a0§7/§c1§8)", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aGarden Level 4§c.", + "§9§lRARE NECKLACE", + "", + "§7Cost", + "§c200 Copper" + ], + "internalname": "LOTUS_NECKLACE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit