diff options
author | TomEngMaster <70163122+TomEngMaster@users.noreply.github.com> | 2020-11-03 14:57:22 +0100 |
---|---|---|
committer | TomEngMaster <70163122+TomEngMaster@users.noreply.github.com> | 2020-11-03 14:57:22 +0100 |
commit | db63d87d9fde7219b6c82e795625eb35f71cee2b (patch) | |
tree | b6ccee67159585b7e54fbbf0a907e8e777f27248 /items/DIAMOND_SWORD.json | |
parent | f574e07b7e08d966dcae218073f8b0b9fce82c3d (diff) | |
download | NotEnoughUpdates-REPO-db63d87d9fde7219b6c82e795625eb35f71cee2b.tar.gz NotEnoughUpdates-REPO-db63d87d9fde7219b6c82e795625eb35f71cee2b.tar.bz2 NotEnoughUpdates-REPO-db63d87d9fde7219b6c82e795625eb35f71cee2b.zip |
Revert "Diamond tools fix"
This reverts commit f574e07b7e08d966dcae218073f8b0b9fce82c3d.
Diffstat (limited to 'items/DIAMOND_SWORD.json')
-rw-r--r-- | items/DIAMOND_SWORD.json | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/items/DIAMOND_SWORD.json b/items/DIAMOND_SWORD.json index c07b2154..34078020 100644 --- a/items/DIAMOND_SWORD.json +++ b/items/DIAMOND_SWORD.json @@ -1,29 +1,15 @@ { - "itemid": "minecraft:diamond_sword", + "internalname": "DIAMOND_SWORD", + "itemid": 276, "displayname": "§aDiamond Sword", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+35\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§a§lUNCOMMON SWORD\"],Name:\"§aDiamond Sword\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"DIAMOND_SWORD\",uuid:\"0f44920f-6ad3-4c5f-8be8-c46c15af6fb5\",timestamp:\"10/28/20 10:29 AM\"}}", + "clickcommand": "", "damage": 0, + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+35\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§a§lUNCOMMON SWORD\"],Name:\"§aDiamond Sword\"},ExtraAttributes:{id:\"DIAMOND_SWORD\"}}", + "modver": "1.0.0", "lore": [ "§7Damage: §c+35", "", "§7§8This item can be reforged!", "§a§lUNCOMMON SWORD" - ], - "internalname": "DIAMOND_SWORD", - "vanilla": true, - "crafttext": "", - "clickcommand": "viewrecipe", - "modver": "1.4-REL", - "infoType": "", - "recipe": { - "A1": "DIAMOND:1", - "A2": "", - "A3": "", - "B1": "DIAMOND:1", - "B2": "", - "B3": "", - "C1": "STICK:1", - "C2": "", - "C3": "" - } + ] }
\ No newline at end of file |