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/DIAMOND_THE_FISH.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/DIAMOND_THE_FISH.json')
-rw-r--r-- | items/DIAMOND_THE_FISH.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/items/DIAMOND_THE_FISH.json b/items/DIAMOND_THE_FISH.json new file mode 100644 index 00000000..b5852319 --- /dev/null +++ b/items/DIAMOND_THE_FISH.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:cooked_fish", + "displayname": "§f§f§cDiamond the Fish", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7§oShines bright like a fish\",1:\"\",2:\"§c§lSPECIAL\"],Name:\"§f§f§cDiamond the Fish\"},ExtraAttributes:{id:\"DIAMOND_THE_FISH\"}}", + "damage": 1, + "lore": [ + "§7§7§oShines bright like a fish", + "", + "§c§lSPECIAL" + ], + "internalname": "DIAMOND_THE_FISH", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |