From ce2a8e23753746323446021155538d68c2f78d05 Mon Sep 17 00:00:00 2001
From: TomEngMaster <70163122+TomEngMaster@users.noreply.github.com>
Date: Tue, 3 Nov 2020 15:00:29 +0100
Subject: Diamond armor fix

Fixed diamond armor being common rarity
---
 items/DIAMOND_HOE.json | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

(limited to 'items/DIAMOND_HOE.json')

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": "",
-- 
cgit