diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-03-19 21:55:54 +0000 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-03-19 21:55:54 +0000 |
commit | 2c4f16d139c4d315de7ae1498afd75057d752715 (patch) | |
tree | 8939c2ba48af0d1b40b06dc3d79fc0b35da0edd9 /items/NAME_TAG.json | |
parent | a1875440aadf3e9d0cd0b527c40d75e610b0023b (diff) | |
parent | e580a17989ef1df4e42ab78b82e0af0f0c3fd6b8 (diff) | |
download | NotEnoughUpdates-REPO-2c4f16d139c4d315de7ae1498afd75057d752715.tar.gz NotEnoughUpdates-REPO-2c4f16d139c4d315de7ae1498afd75057d752715.tar.bz2 NotEnoughUpdates-REPO-2c4f16d139c4d315de7ae1498afd75057d752715.zip |
Merge branch 'master' into dangerous
Diffstat (limited to 'items/NAME_TAG.json')
-rw-r--r-- | items/NAME_TAG.json | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/items/NAME_TAG.json b/items/NAME_TAG.json index 381e306c..5e434c2d 100644 --- a/items/NAME_TAG.json +++ b/items/NAME_TAG.json @@ -1,13 +1,20 @@ { "itemid": "minecraft:name_tag", "displayname": "§aName Tag", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aName Tag\"},ExtraAttributes:{id:\"NAME_TAG\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Right-click to apply a name to\",1:\"§7this Name Tag. Can be applied to\",2:\"§7mobs.\",3:\"\",4:\"§8§l* §8Co-op Soulbound §8§l*\",5:\"§a§lUNCOMMON\"],Name:\"§aName Tag\"},ExtraAttributes:{id:\"NAME_TAG\"}}", "damage": 0, "lore": [ + "§7Right-click to apply a name to", + "§7this Name Tag. Can be applied to", + "§7mobs.", + "", + "§8§l* §8Co-op Soulbound §8§l*", "§a§lUNCOMMON" ], "internalname": "NAME_TAG", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "vanilla": true, - "clickcommand": "" -} + "clickcommand": "", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |