diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-07 18:24:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-07 18:24:43 -0500 |
commit | 847a9d78a7d8569ae7c9280af6644e49bfebcf8c (patch) | |
tree | 447262ec5e9d2f4f0fc4e114803e0f9c5fe97c6a /items/DIAMOND_HOE.json | |
parent | 9c476c2eed9424b7ebb32db3844aff3bd13b13e4 (diff) | |
parent | 801c5870f7d9c5373114537767cf8c68ee1a21f0 (diff) | |
download | NotEnoughUpdates-REPO-847a9d78a7d8569ae7c9280af6644e49bfebcf8c.tar.gz NotEnoughUpdates-REPO-847a9d78a7d8569ae7c9280af6644e49bfebcf8c.tar.bz2 NotEnoughUpdates-REPO-847a9d78a7d8569ae7c9280af6644e49bfebcf8c.zip |
Merge pull request #20 from Moulberry/master
Update
Diffstat (limited to 'items/DIAMOND_HOE.json')
-rw-r--r-- | items/DIAMOND_HOE.json | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/items/DIAMOND_HOE.json b/items/DIAMOND_HOE.json index 71d12188..5a83c0d4 100644 --- a/items/DIAMOND_HOE.json +++ b/items/DIAMOND_HOE.json @@ -1,16 +1,19 @@ { "itemid": "minecraft:diamond_hoe", - "displayname": "§fDiamond Hoe", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Hoe\"},ExtraAttributes:{id:\"DIAMOND_HOE\"}}", + "displayname": "§aDiamond Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7§8This item can be reforged!\",1:\"§a§lUNCOMMON HOE\"],Name:\"§aDiamond Hoe\"},ExtraAttributes:{id:\"DIAMOND_HOE\"}}", "damage": 0, "lore": [ - "§f§lCOMMON" + "§7§8This item can be reforged!", + "§a§lUNCOMMON HOE" ], "internalname": "DIAMOND_HOE", - "modver": "1.3-REL", "vanilla": true, + "crafttext": "", "clickcommand": "viewrecipe", - "recipe": { + "modver": "1.4-REL", + "infoType": "", + "recipe": { "A1": "DIAMOND:1", "A2": "DIAMOND:1", "A3": "", |