diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-01-31 14:16:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 08:16:38 -0500 |
commit | cc1dad024af01a5ef6cacd3afbba2a1e18ea4a43 (patch) | |
tree | 51556fec731a1f832e3fb8b1edba9fb9a80d5598 /items/MAGICAL_MILK_BUCKET.json | |
parent | 588ca2b80fdc75a87d759c681bc3fb86266ef042 (diff) | |
download | NotEnoughUpdates-REPO-cc1dad024af01a5ef6cacd3afbba2a1e18ea4a43.tar.gz NotEnoughUpdates-REPO-cc1dad024af01a5ef6cacd3afbba2a1e18ea4a43.tar.bz2 NotEnoughUpdates-REPO-cc1dad024af01a5ef6cacd3afbba2a1e18ea4a43.zip |
added 38 wiki links + pet skin (#382)
* added 38 wiki links
* added skeleton horse zombie pet skin
* added parent for pet candy
* forgot to change rare cosmetic in nbt tag to epic cosmetic
Diffstat (limited to 'items/MAGICAL_MILK_BUCKET.json')
-rw-r--r-- | items/MAGICAL_MILK_BUCKET.json | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/items/MAGICAL_MILK_BUCKET.json b/items/MAGICAL_MILK_BUCKET.json index 71f48c63..44479be5 100644 --- a/items/MAGICAL_MILK_BUCKET.json +++ b/items/MAGICAL_MILK_BUCKET.json @@ -1,19 +1,22 @@ { "itemid": "minecraft:milk_bucket", "displayname": "§f§f§fMagical Milk Bucket", - "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7What did the mother cow say to\",1:\"§7the baby cow?\",2:\"\",3:\"§7It\u0027s pasture bed time.\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§f§f§fMagical Milk Bucket\"},ExtraAttributes:{id:\"MAGICAL_MILK_BUCKET\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7What did the mother cow say to\",1:\"§7the baby cow?\",2:\"\",3:\"§7It's pasture bed time.\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§f§f§fMagical Milk Bucket\"},ExtraAttributes:{id:\"MAGICAL_MILK_BUCKET\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7What did the mother cow say to", "§7the baby cow?", "", - "§7It\u0027s pasture bed time.", + "§7It's pasture bed time.", "", "§f§lCOMMON" ], "internalname": "MAGICAL_MILK_BUCKET", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", - "infoType": "" + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Magical_Milk_Bucket" + ] }
\ No newline at end of file |