diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-08-10 12:34:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 12:34:50 +0200 |
commit | ac1077c9e230441f22412d555ef8d3f53ed798b2 (patch) | |
tree | 417af2351eb6518f3f2c5e5dc72dbbde71013731 /items/MUTTON.json | |
parent | 92a5de776072a2de1ed31bd01f6a51928281e058 (diff) | |
download | NotEnoughUpdates-REPO-ac1077c9e230441f22412d555ef8d3f53ed798b2.tar.gz NotEnoughUpdates-REPO-ac1077c9e230441f22412d555ef8d3f53ed798b2.tar.bz2 NotEnoughUpdates-REPO-ac1077c9e230441f22412d555ef8d3f53ed798b2.zip |
Small Fixes (#794)
* Small Fixes
* More fixes
Diffstat (limited to 'items/MUTTON.json')
-rw-r--r-- | items/MUTTON.json | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/items/MUTTON.json b/items/MUTTON.json index ceb96ffe..5cccb492 100644 --- a/items/MUTTON.json +++ b/items/MUTTON.json @@ -1,13 +1,16 @@ { "itemid": "minecraft:mutton", - "displayname": "§fRaw Mutton", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRaw Mutton\"},ExtraAttributes:{id:\"MUTTON\"}}", + "displayname": "§fMutton", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fMutton\"},ExtraAttributes:{id:\"MUTTON\"}}", "damage": 0, "lore": [ + "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "MUTTON", - "modver": "1.3-REL", + "modver": "2.1.0-REL", "vanilla": true, - "clickcommand": "" -} + "clickcommand": "", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |