From 0fc21e2afa29be0add898361be3739a3eb19900c Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Fri, 12 Mar 2021 15:01:49 +0100 Subject: new items and then some (#435) * added new god potion * updated old god pot * Update GOD_POTION_2.json * fixed an oopsie * new items (still searching for recipe of reaper orb and warden helmet) * uuid removal * uuid removal 2 * added recipes (thanks Jani) * reaper gem * fixed grandma wolf stats * also updated nbt * more stuff starred bows done by Jani * uuid removal duty * parents * recipes (provided by Jani) * wiki links * *confused noises* * Jani * wiki links v2 --- items/CONNECT_FOUR.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'items/CONNECT_FOUR.json') diff --git a/items/CONNECT_FOUR.json b/items/CONNECT_FOUR.json index 1cdf1d17..be50dfcf 100644 --- a/items/CONNECT_FOUR.json +++ b/items/CONNECT_FOUR.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aFour in a Row", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1673c479-346e-3634-b549-8842a94c2199\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDJlNzhmYjIyNDI0MjMyZGMyN2I4MWZiY2I0N2ZkMjRjMWFjZjc2MDk4NzUzZjJkOWMyODU5ODI4N2RiNSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Click another player to initiate\",1:\"§7a game of Four in a Row!\",2:\"\",3:\"§7§4❣ §cRequires §aSocial Skill 7\",4:\"§a§lUNCOMMON\"],Name:\"§aFour in a Row\"},ExtraAttributes:{id:\"CONNECT_FOUR\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1673c479-346e-3634-b549-8842a94c2199\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDJlNzhmYjIyNDI0MjMyZGMyN2I4MWZiY2I0N2ZkMjRjMWFjZjc2MDk4NzUzZjJkOWMyODU5ODI4N2RiNSJ9fX0=\"}]}},display:{Lore:[0:\"§7Click another player to initiate\",1:\"§7a game of Four in a Row!\",2:\"\",3:\"§7§4❣ §cRequires §aSocial Skill 7\",4:\"§a§lUNCOMMON\"],Name:\"§aFour in a Row\"},ExtraAttributes:{id:\"CONNECT_FOUR\"}}", "damage": 3, "lore": [ "§7Click another player to initiate", @@ -13,6 +13,9 @@ "internalname": "CONNECT_FOUR", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", - "infoType": "" + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Four_in_a_Row" + ] } \ No newline at end of file -- cgit