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/SAPLING-3.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/SAPLING-3.json')
-rw-r--r-- | items/SAPLING-3.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/items/SAPLING-3.json b/items/SAPLING-3.json new file mode 100644 index 00000000..cd1b85da --- /dev/null +++ b/items/SAPLING-3.json @@ -0,0 +1,15 @@ +{ + "itemid": "minecraft:sapling", + "displayname": "§fJungle Sapling", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fJungle Sapling\"},ExtraAttributes:{id:\"SAPLING-3\"}}", + "damage": 3, + "lore": [ + "§f§lCOMMON" + ], + "vanilla": true, + "internalname": "SAPLING-3", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} |