diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-23 12:31:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 06:31:18 -0400 |
commit | 43506f01d2ca982647c02b40e4d2ef59f153f17e (patch) | |
tree | db99961da6703b68346cb14daf69269c559f2a8a /items/TUNING_FORK.json | |
parent | 76503706e0cff291cbd9b01e4fb8ee28f6a497cf (diff) | |
download | NotEnoughUpdates-REPO-43506f01d2ca982647c02b40e4d2ef59f153f17e.tar.gz NotEnoughUpdates-REPO-43506f01d2ca982647c02b40e4d2ef59f153f17e.tar.bz2 NotEnoughUpdates-REPO-43506f01d2ca982647c02b40e4d2ef59f153f17e.zip |
Fixes and other Things (#472)
* Rainbow Names and other Things
* Fixes and updated some things (still no wiki links sad)
Diffstat (limited to 'items/TUNING_FORK.json')
-rw-r--r-- | items/TUNING_FORK.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/TUNING_FORK.json b/items/TUNING_FORK.json new file mode 100644 index 00000000..6aa27d09 --- /dev/null +++ b/items/TUNING_FORK.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:birch_fence", + "displayname": "§f§f§9Tuning Fork", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Left-Click: §ePick tune!\",1:\"§7Right-Click note block: §bTune it!\",2:\"\",3:\"§7Tuning: §4F# §8(Low)\",4:\"\",5:\"§7§8Earned from perfecting\",6:\"§8Pachelbel on the personal\",7:\"§8harp.\",8:\"\",9:\"§9§lRARE\"],Name:\"§f§f§9Tuning Fork\"},ExtraAttributes:{id:\"TUNING_FORK\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Left-Click: §ePick tune!", + "§7Right-Click note block: §bTune it!", + "", + "§7Tuning: §4F# §8(Low)", + "", + "§7§8Earned from perfecting", + "§8Pachelbel on the personal", + "§8harp.", + "", + "§9§lRARE" + ], + "internalname": "TUNING_FORK", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |