diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-16 22:48:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-16 20:48:01 +0000 |
commit | 11ad0bd074e92e1ccfd6b45880d592d628734def (patch) | |
tree | 7f6130dc7f11229cafb28ea0b6952c6e19a102ab /items/DYE_CYCLAMEN.json | |
parent | c88899b255e3bd06deeb30e470a6c731016d3592 (diff) | |
download | NotEnoughUpdates-REPO-11ad0bd074e92e1ccfd6b45880d592d628734def.tar.gz NotEnoughUpdates-REPO-11ad0bd074e92e1ccfd6b45880d592d628734def.tar.bz2 NotEnoughUpdates-REPO-11ad0bd074e92e1ccfd6b45880d592d628734def.zip |
Added 2 missing dyes and some misc fixes (#1164)
* Added 2 missing dyes and some misc fixes
* Remove scatha recipe
Diffstat (limited to 'items/DYE_CYCLAMEN.json')
-rw-r--r-- | items/DYE_CYCLAMEN.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/items/DYE_CYCLAMEN.json b/items/DYE_CYCLAMEN.json new file mode 100644 index 00000000..0d8431e6 --- /dev/null +++ b/items/DYE_CYCLAMEN.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§5Cyclamen Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Changes the color of a leather\",3:\"§7armor piece to §c#F56FA1§7!\",4:\"\",5:\"§5§lEPIC\"],Name:\"§5Cyclamen Dye\"},ExtraAttributes:{id:\"DYE_CYCLAMEN\"}}", + "damage": 9, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7Changes the color of a leather", + "§7armor piece to §c#F56FA1§7!", + "", + "§5§lEPIC" + ], + "internalname": "DYE_CYCLAMEN", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file |