diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-03-10 13:47:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 13:47:56 +0100 |
commit | d93e124a64dd4da6dcae45f8c1857b2c4ad6a1d7 (patch) | |
tree | b11ebea4488032749aaa2342b6d97dcbd77432f0 /items/DYE_BONE.json | |
parent | 03ecaf718ed2f0377c3b17b943e7b04ab27416d7 (diff) | |
download | NotEnoughUpdates-REPO-d93e124a64dd4da6dcae45f8c1857b2c4ad6a1d7.tar.gz NotEnoughUpdates-REPO-d93e124a64dd4da6dcae45f8c1857b2c4ad6a1d7.tar.bz2 NotEnoughUpdates-REPO-d93e124a64dd4da6dcae45f8c1857b2c4ad6a1d7.zip |
🤫 (#697)
* Some Stuff
* huch
Diffstat (limited to 'items/DYE_BONE.json')
-rw-r--r-- | items/DYE_BONE.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/DYE_BONE.json b/items/DYE_BONE.json new file mode 100644 index 00000000..85b77b11 --- /dev/null +++ b/items/DYE_BONE.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§f§f§5Bone Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Apply to any leather armor piece\",1:\"§7using an anvil to change its\",2:\"§7color.\",3:\"\",4:\"§7Color: §f#E3DAC9\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Bone Dye\"},ExtraAttributes:{id:\"DYE_BONE\"}}", + "damage": 15, + "lore": [ + "§7Apply to any leather armor piece", + "§7using an anvil to change its", + "§7color.", + "", + "§7Color: §f#E3DAC9", + "", + "§5§lEPIC" + ], + "internalname": "DYE_BONE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dyes" + ] +}
\ No newline at end of file |