diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-04-21 14:50:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-21 14:50:32 +0200 |
commit | 19d37551d8523b8d0463b9c5d22aeebb662676b1 (patch) | |
tree | 3c0856d623165791c0853e54c248d6c6713fd8f0 /items/MUSHROOM_SPORE.json | |
parent | 7e10f2ff281938a14c1fe0c6103c1b3b8884aa8c (diff) | |
download | NotEnoughUpdates-REPO-19d37551d8523b8d0463b9c5d22aeebb662676b1.tar.gz NotEnoughUpdates-REPO-19d37551d8523b8d0463b9c5d22aeebb662676b1.tar.bz2 NotEnoughUpdates-REPO-19d37551d8523b8d0463b9c5d22aeebb662676b1.zip |
New Nether Stuff (#718)
* New Stuff
* i hate timestamps
* god
* Abi abi
* mood
* Hello, can someone send me money please
* bingo
* workflow hello
Diffstat (limited to 'items/MUSHROOM_SPORE.json')
-rw-r--r-- | items/MUSHROOM_SPORE.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/MUSHROOM_SPORE.json b/items/MUSHROOM_SPORE.json new file mode 100644 index 00000000..0ffd486e --- /dev/null +++ b/items/MUSHROOM_SPORE.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:brown_mushroom", + "displayname": "§f§f§fMushroom Spore", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7§oThe life cycle of a mushroom\",1:\"§7§ostarts with the spore, which\",2:\"§7§ogerms and becomes Mycelium,\",3:\"§7§owhich develops fruit bodies into\",4:\"§7§oa mature mushroom, and that\",5:\"§7§omushroom will release spores.\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§f§f§fMushroom Spore\"},ExtraAttributes:{id:\"MUSHROOM_SPORE\"}}", + "damage": 0, + "lore": [ + "§7§7§oThe life cycle of a mushroom", + "§7§ostarts with the spore, which", + "§7§ogerms and becomes Mycelium,", + "§7§owhich develops fruit bodies into", + "§7§oa mature mushroom, and that", + "§7§omushroom will release spores.", + "", + "§f§lCOMMON" + ], + "internalname": "MUSHROOM_SPORE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |