From bbf75d0b43c0b62a5bc094e135e03eded4104842 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 28 Mar 2023 22:50:06 +0200 Subject: Some new garden items (#914) --- items/GREEN_THUMB;1.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 items/GREEN_THUMB;1.json (limited to 'items/GREEN_THUMB;1.json') diff --git a/items/GREEN_THUMB;1.json b/items/GREEN_THUMB;1.json new file mode 100644 index 00000000..fc7a278f --- /dev/null +++ b/items/GREEN_THUMB;1.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Green Thumb I\",1:\"§7Grants §60.05☘ Farming Fortune\",2:\"§6§7per unique visitor served.\",3:\"\",4:\"§7Can be applied to Equipment.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7SkyMart\",11:\"\",12:\"§6Applied To:\",13:\"§7 - §fGloves\",14:\"§7 - §fBelt\",15:\"§7 - §fNecklace\",16:\"§7 - §fBracelet\",17:\"§7 - §fCloak\",18:\"\",19:\"§f§lCOMMON\",20:\"\",21:\"§7Cost\",22:\"§c1,500 Copper\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"GREEN_THUMB;1\",enchantments:{green_thumb:1}}}", + "damage": 0, + "lore": [ + "§9Green Thumb I", + "§7Grants §60.05☘ Farming Fortune", + "§6§7per unique visitor served.", + "", + "§7Can be applied to Equipment.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§6Source:", + "§aI-V: §7SkyMart", + "", + "§6Applied To:", + "§7 - §fGloves", + "§7 - §fBelt", + "§7 - §fNecklace", + "§7 - §fBracelet", + "§7 - §fCloak", + "", + "§f§lCOMMON", + "", + "§7Cost", + "§c1,500 Copper" + ], + "internalname": "GREEN_THUMB;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit