diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-05-28 16:13:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-28 14:13:48 +0000 |
commit | 1a2c6815106a5c2ca43cfdb10843b4067004a9d8 (patch) | |
tree | c099036ba7b3591058de97b6e0d33afb8970ddbd /items/DYE_CHOCOLATE.json | |
parent | 40fcbc3efcf117d0def10d671212c4e216a62664 (diff) | |
download | NotEnoughUpdates-REPO-1a2c6815106a5c2ca43cfdb10843b4067004a9d8.tar.gz NotEnoughUpdates-REPO-1a2c6815106a5c2ca43cfdb10843b4067004a9d8.tar.bz2 NotEnoughUpdates-REPO-1a2c6815106a5c2ca43cfdb10843b4067004a9d8.zip |
Added new items from cf2.0 (#1220)
Diffstat (limited to 'items/DYE_CHOCOLATE.json')
-rw-r--r-- | items/DYE_CHOCOLATE.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/items/DYE_CHOCOLATE.json b/items/DYE_CHOCOLATE.json new file mode 100644 index 00000000..882b00eb --- /dev/null +++ b/items/DYE_CHOCOLATE.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§5Chocolate Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Changes the color of an armor piece\",3:\"§7to §6#7B3F00§7!\",4:\"\",5:\"§5§lEPIC\",6:\"\",7:\"§7Cost\",8:\"§64,000,000,000 Chocolate\"],Name:\"§5Chocolate Dye\"},ExtraAttributes:{id:\"DYE_CHOCOLATE\"}}", + "damage": 3, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7Changes the color of an armor piece", + "§7to §6#7B3F00§7!", + "", + "§5§lEPIC", + "", + "§7Cost", + "§64,000,000,000 Chocolate" + ], + "internalname": "DYE_CHOCOLATE", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file |