1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"internalname": "MAGIC_MUSHROOM_SOUP",
"itemid": "minecraft:mushroom_stew",
"displayname": "Magical Mushroom Soup",
"clickcommand": "viewrecipe",
"damage": 0,
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Consuming this Magical Mushroom\",1:\"§7Soup on your private island\",2:\"§7allows the player to fly for §a2\",3:\"§aminutes§7. Leaving the private\",4:\"§7island will remove the effect!\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§aMagical Mushroom Soup\"},ExtraAttributes:{id:\"MAGIC_MUSHROOM_SOUP\"}}",
"modver": "1.0.0",
"lore": [
"§7Consuming this Magical Mushroom",
"§7Soup on your private island",
"§7allows the player to fly for §a2",
"§aminutes§7. Leaving the private",
"§7island will remove the effect!",
"",
"§a§lUNCOMMON"
]
}
|