diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-09-18 10:28:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-18 08:28:35 +0000 |
| commit | 905f2c95e5f1d57a06dd1cdb9db9097232405fa7 (patch) | |
| tree | 8c2456f9867e7a24f29e9aece29078fffd9bfa9e /items/DIAMOND.json | |
| parent | 22b4f8a9633091d5c89c7f35ecedcf0a7c2714f9 (diff) | |
| download | NotEnoughUpdates-REPO-905f2c95e5f1d57a06dd1cdb9db9097232405fa7.tar.gz NotEnoughUpdates-REPO-905f2c95e5f1d57a06dd1cdb9db9097232405fa7.tar.bz2 NotEnoughUpdates-REPO-905f2c95e5f1d57a06dd1cdb9db9097232405fa7.zip | |
feat: Mining Update (#1348)
* feat: Mining Update
* feat: More Mining Items
* feat: More Mining Items
* feat: Even more changes
* feat: Another mining change moment
* feat: Revert Hardstone 10 Minion because of a crash
* feat: Even more changes
* feat: Pet changes from update
* feat: Missing Pet item
* feat: enchants and sacks json
* feat: Topaz rod in museum
Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
---------
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'items/DIAMOND.json')
| -rw-r--r-- | items/DIAMOND.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/DIAMOND.json b/items/DIAMOND.json index 20299d4c..51b9ec5f 100644 --- a/items/DIAMOND.json +++ b/items/DIAMOND.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:diamond", "displayname": "§fDiamond", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Collection Item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fDiamond\"},ExtraAttributes:{id:\"DIAMOND\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Collection Item\",1:\"\",2:\"§f§lCOMMON ORE\"],Name:\"§fDiamond\"},ExtraAttributes:{id:\"DIAMOND\"}}", "damage": 0, "lore": [ "§7§8Collection Item", "", - "§f§lCOMMON" + "§f§lCOMMON ORE" ], "internalname": "DIAMOND", - "modver": "2.2.2", + "modver": "", "vanilla": true, "clickcommand": "viewrecipe", "recipe": { |
