diff options
author | syeyoung <42869671+cyoung06@users.noreply.github.com> | 2022-06-13 10:36:24 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-13 01:36:24 +0000 |
commit | 1ad51e25d588dfd7ad7f059095c2c1d3a42d4935 (patch) | |
tree | b64a11280b2f88a18fa0896abe1010ea9b457145 /items/RED_ROSE-7.json | |
parent | 879244328bbc106fe3039a595c3fb33deb971dd5 (diff) | |
download | NotEnoughUpdates-REPO-1ad51e25d588dfd7ad7f059095c2c1d3a42d4935.tar.gz NotEnoughUpdates-REPO-1ad51e25d588dfd7ad7f059095c2c1d3a42d4935.tar.bz2 NotEnoughUpdates-REPO-1ad51e25d588dfd7ad7f059095c2c1d3a42d4935.zip |
Add misc items (#765)
Diffstat (limited to 'items/RED_ROSE-7.json')
-rw-r--r-- | items/RED_ROSE-7.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/items/RED_ROSE-7.json b/items/RED_ROSE-7.json new file mode 100644 index 00000000..feed76e4 --- /dev/null +++ b/items/RED_ROSE-7.json @@ -0,0 +1,15 @@ +{ + "itemid": "minecraft:red_flower", + "displayname": "§fPink Tulip", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPink Tulip\"},ExtraAttributes:{id:\"RED_ROSE-7\"}}", + "damage": 7, + "vanilla": true, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "RED_ROSE-7", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} |