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/CARROT.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/CARROT.json')
-rw-r--r-- | items/CARROT.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/CARROT.json b/items/CARROT.json index b60f8d73..5b62c89f 100644 --- a/items/CARROT.json +++ b/items/CARROT.json @@ -1,11 +1,11 @@ { "internalname": "CARROT", - "itemid": 141, + "itemid": "minecraft:carrot", "displayname": "§fCarrots", "clickcommand": "", "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCarrots\"},ExtraAttributes:{id:\"CARROT\"}}", - "modver": "1.0.0", + "modver": "2.0.0-REL", "lore": [ "§f§lCOMMON" ], |