diff options
Diffstat (limited to 'items/ENCHANTED_POPPY.json')
-rw-r--r-- | items/ENCHANTED_POPPY.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/ENCHANTED_POPPY.json b/items/ENCHANTED_POPPY.json new file mode 100644 index 00000000..a0666298 --- /dev/null +++ b/items/ENCHANTED_POPPY.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:red_flower", + "displayname": "§aEnchanted Poppy", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Poppy\"},ExtraAttributes:{id:\"ENCHANTED_POPPY\"}}", + "damage": 0, + "lore": [ + "§a§lUNCOMMON" + ], + "recipe": { + "A1": "RED_ROSE:64", + "A2": "RED_ROSE:64", + "A3": "RED_ROSE:64", + "B1": "RED_ROSE:64", + "B2": "RED_ROSE:64", + "B3": "RED_ROSE:64", + "C1": "RED_ROSE:64", + "C2": "RED_ROSE:64", + "C3": "RED_ROSE:64" + }, + "internalname": "ENCHANTED_POPPY", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Poppy" + ] +}
\ No newline at end of file |