diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-03-03 20:42:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-03 14:42:19 -0500 |
commit | 3203d9d8324c976fe4269a458ed16f471adfaa12 (patch) | |
tree | 67f7642ccf466ca4eb2d86dd2a92ba0c8431b4ba /items/DIAMOND_SPREADING.json | |
parent | e035fc8d150340cb70383c6eedb1eb2318cdc95a (diff) | |
download | NotEnoughUpdates-REPO-3203d9d8324c976fe4269a458ed16f471adfaa12.tar.gz NotEnoughUpdates-REPO-3203d9d8324c976fe4269a458ed16f471adfaa12.tar.bz2 NotEnoughUpdates-REPO-3203d9d8324c976fe4269a458ed16f471adfaa12.zip |
some small fixes (#424)
* fixed crystal armor nbt tag
* removed CARROT (invalid id) added wiki link to CARROT_ITEM
* fixed diamond spreading
* added back CARROT (small changes to make it render properly)
Diffstat (limited to 'items/DIAMOND_SPREADING.json')
-rw-r--r-- | items/DIAMOND_SPREADING.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/DIAMOND_SPREADING.json b/items/DIAMOND_SPREADING.json index 6d15d2bc..134b2ed4 100644 --- a/items/DIAMOND_SPREADING.json +++ b/items/DIAMOND_SPREADING.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond", - "displayname": "§aDiamond Spreading", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7This item can be used as a\",1:\"§7minion upgrade. Place it in any\",2:\"§7minion and it will occasionally\",3:\"§7generate diamonds!\",4:\"\",5:\"§9§lRARE\"],Name:\"§aDiamond Spreading\"},ExtraAttributes:{id:\"DIAMOND_SPREADING\"}}", + "displayname": "§9Diamond Spreading", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7This item can be used as a\",1:\"§7minion upgrade. Place it in any\",2:\"§7minion and it will occasionally\",3:\"§7generate diamonds!\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Diamond Spreading\"},ExtraAttributes:{id:\"DIAMOND_SPREADING\"}}", "damage": 0, "lore": [ "§7This item can be used as a", |