diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-08-06 17:27:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-07 01:27:25 +1000 |
commit | 924d43e30cb570bc75f1ab53442e7e8f98e6e8e7 (patch) | |
tree | 2ede934b4c11587dac9223798f5ed31c13c209bb /items/BROWN_MUSHROOM.json | |
parent | 27f73b42b3aaa20d361e8b29ace2ed3878367820 (diff) | |
download | NotEnoughUpdates-REPO-924d43e30cb570bc75f1ab53442e7e8f98e6e8e7.tar.gz NotEnoughUpdates-REPO-924d43e30cb570bc75f1ab53442e7e8f98e6e8e7.tar.bz2 NotEnoughUpdates-REPO-924d43e30cb570bc75f1ab53442e7e8f98e6e8e7.zip |
Chili Update (#792)
Diffstat (limited to 'items/BROWN_MUSHROOM.json')
-rw-r--r-- | items/BROWN_MUSHROOM.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/items/BROWN_MUSHROOM.json b/items/BROWN_MUSHROOM.json index 9dd58572..27b901e7 100644 --- a/items/BROWN_MUSHROOM.json +++ b/items/BROWN_MUSHROOM.json @@ -1,17 +1,18 @@ { "itemid": "minecraft:brown_mushroom", - "displayname": "§fMushroom", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMushroom\"},ExtraAttributes:{id:\"BROWN_MUSHROOM\"}}", + "displayname": "§fBrown Mushroom", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBrown Mushroom\"},ExtraAttributes:{id:\"BROWN_MUSHROOM\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "BROWN_MUSHROOM", - "modver": "1.3-REL", + "modver": "2.1.0-REL", "vanilla": true, "clickcommand": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mushroom" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file |