diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-10 03:40:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-10 11:40:40 +1000 |
commit | 54fedb67b2a234a91f6ff63068751fc80c15c60a (patch) | |
tree | c6c347b089cdbb0687135a636607a93869ed72b8 /items/GLOWING_MUSHROOM.json | |
parent | 06200f5b7004f57e1b703d0ad2047d4536b41770 (diff) | |
download | NotEnoughUpdates-REPO-54fedb67b2a234a91f6ff63068751fc80c15c60a.tar.gz NotEnoughUpdates-REPO-54fedb67b2a234a91f6ff63068751fc80c15c60a.tar.bz2 NotEnoughUpdates-REPO-54fedb67b2a234a91f6ff63068751fc80c15c60a.zip |
water, dirt, fire, air (#813)
Diffstat (limited to 'items/GLOWING_MUSHROOM.json')
-rw-r--r-- | items/GLOWING_MUSHROOM.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/items/GLOWING_MUSHROOM.json b/items/GLOWING_MUSHROOM.json new file mode 100644 index 00000000..28ae6604 --- /dev/null +++ b/items/GLOWING_MUSHROOM.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aGlowing Mushroom", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"224a62bc-cb7a-3c51-b0e2-6a860b3e91b9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MTg2ODAwNTAzNywKICAicHJvZmlsZUlkIiA6ICJjNTZlMjI0MmNiZWY0MWE2ODdlMzI2MGRjMGNmOTM2MSIsCiAgInByb2ZpbGVOYW1lIiA6ICJMSlI3MzEwMCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS81MmIwOWMyODllNzQ2MTQyYzFkOGQzYWY4OGU5MjMxZDdmNDk0ZmI2NTM4NzdjMjYxNzJmMjc0ZWVlNDYxODdmIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Did you hear the joke about\",1:\"§7fungus? You won\u0027t like it, but\",2:\"§7it will grow on you.\",3:\"\",4:\"§a§lUNCOMMON\"],Name:\"§f§f§aGlowing Mushroom\"},ExtraAttributes:{id:\"GLOWING_MUSHROOM\"}}", + "damage": 3, + "lore": [ + "§7Did you hear the joke about", + "§7fungus? You won\u0027t like it, but", + "§7it will grow on you.", + "", + "§a§lUNCOMMON" + ], + "internalname": "GLOWING_MUSHROOM", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |