diff options
author | TomEngMaster <70163122+TomEngMaster@users.noreply.github.com> | 2020-11-03 14:48:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-03 14:48:34 +0100 |
commit | f574e07b7e08d966dcae218073f8b0b9fce82c3d (patch) | |
tree | 24449ce6386fce6261cc17c7a0642e06ecbc6ad1 /items/DIAMOND_HOE.json | |
parent | 04c9693760f307692c520eaaf14383564c3136e8 (diff) | |
download | NotEnoughUpdates-REPO-f574e07b7e08d966dcae218073f8b0b9fce82c3d.tar.gz NotEnoughUpdates-REPO-f574e07b7e08d966dcae218073f8b0b9fce82c3d.tar.bz2 NotEnoughUpdates-REPO-f574e07b7e08d966dcae218073f8b0b9fce82c3d.zip |
Diamond tools fix
Fix diamond tools being common instead of uncommon
Diffstat (limited to 'items/DIAMOND_HOE.json')
-rw-r--r-- | items/DIAMOND_HOE.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/DIAMOND_HOE.json b/items/DIAMOND_HOE.json new file mode 100644 index 00000000..5a83c0d4 --- /dev/null +++ b/items/DIAMOND_HOE.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft: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": [ + "§7§8This item can be reforged!", + "§a§lUNCOMMON HOE" + ], + "internalname": "DIAMOND_HOE", + "vanilla": true, + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "1.4-REL", + "infoType": "", + "recipe": { + "A1": "DIAMOND:1", + "A2": "DIAMOND:1", + "A3": "", + "B1": "", + "B2": "STICK:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file |