diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-12 22:01:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 21:01:05 +0000 |
commit | 3ed04f44bfb7ba6d2babb5e5f3bffad8c551f7a0 (patch) | |
tree | 03befedb296ad29628017681bb09fff8118c00f6 /items/ENCHANTED_COCOA.json | |
parent | 352326f2f76c9726cec28cb96ca42f516c2e54f3 (diff) | |
download | NotEnoughUpdates-REPO-3ed04f44bfb7ba6d2babb5e5f3bffad8c551f7a0.tar.gz NotEnoughUpdates-REPO-3ed04f44bfb7ba6d2babb5e5f3bffad8c551f7a0.tar.bz2 NotEnoughUpdates-REPO-3ed04f44bfb7ba6d2babb5e5f3bffad8c551f7a0.zip |
Added new update stuff (#1067)
Diffstat (limited to 'items/ENCHANTED_COCOA.json')
-rw-r--r-- | items/ENCHANTED_COCOA.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/items/ENCHANTED_COCOA.json b/items/ENCHANTED_COCOA.json index 321a232d..178fa7fe 100644 --- a/items/ENCHANTED_COCOA.json +++ b/items/ENCHANTED_COCOA.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:dye", - "displayname": "§aEnchanted Cocoa Bean", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Cocoa Bean\"},ExtraAttributes:{id:\"ENCHANTED_COCOA\"}}", + "displayname": "§aEnchanted Cocoa Beans", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Cocoa Beans\"},ExtraAttributes:{id:\"ENCHANTED_COCOA\"}}", "damage": 3, "lore": [ "§8Brewing Ingredient", @@ -20,11 +20,11 @@ }, "internalname": "ENCHANTED_COCOA", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Cocoa_Bean", - "https://wiki.hypixel.net/Enchanted_Cocoa_Bean" + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Cocoa_Beans", + "https://wiki.hypixel.net/Enchanted_Cocoa_Beans" ], "crafttext": "Requires: Cocoa Beans IV" }
\ No newline at end of file |