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/SUGAR_CANE.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/SUGAR_CANE.json')
-rw-r--r-- | items/SUGAR_CANE.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/items/SUGAR_CANE.json b/items/SUGAR_CANE.json index 3bebea77..d01544fe 100644 --- a/items/SUGAR_CANE.json +++ b/items/SUGAR_CANE.json @@ -1,13 +1,15 @@ { "itemid": "minecraft:reeds", - "displayname": "§fSugar Canes", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSugar Canes\"},ExtraAttributes:{id:\"SUGAR_CANE\"}}", + "displayname": "§fSugar Cane", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSugar Cane\"},ExtraAttributes:{id:\"SUGAR_CANE\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "SUGAR_CANE", - "modver": "1.3-REL", + "modver": "2.1.0-REL", "vanilla": true, - "clickcommand": "" -} + "clickcommand": "", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |