diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-03-02 05:10:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-01 23:10:46 -0500 |
commit | 28538e471e025c536def28a6dea6d6a662e0a8c2 (patch) | |
tree | 7b29fa91f734f6a51b74b681534efcdcc5eaa04d | |
parent | 9f485436bfea8111c0a1d2869d35090f1705f5db (diff) | |
download | NotEnoughUpdates-REPO-28538e471e025c536def28a6dea6d6a662e0a8c2.tar.gz NotEnoughUpdates-REPO-28538e471e025c536def28a6dea6d6a662e0a8c2.tar.bz2 NotEnoughUpdates-REPO-28538e471e025c536def28a6dea6d6a662e0a8c2.zip |
Adding some new items and fixed Farm Armor, also added new info to 2 mobs (#692)
* puh
* gottem
-rw-r--r-- | constants/parents.json | 6 | ||||
-rw-r--r-- | items/DUNGEON_DISC_1.json | 20 | ||||
-rw-r--r-- | items/DUNGEON_DISC_2.json | 20 | ||||
-rw-r--r-- | items/DUNGEON_DISC_3.json | 20 | ||||
-rw-r--r-- | items/DUNGEON_DISC_4.json | 20 | ||||
-rw-r--r-- | items/DUNGEON_DISC_5.json | 20 | ||||
-rw-r--r-- | items/DYE_WILD_STRAWBERRY.json | 20 | ||||
-rw-r--r-- | items/FARM_ARMOR_BOOTS.json | 6 | ||||
-rw-r--r-- | items/FARM_ARMOR_CHESTPLATE.json | 6 | ||||
-rw-r--r-- | items/FARM_ARMOR_HELMET.json | 6 | ||||
-rw-r--r-- | items/FARM_ARMOR_LEGGINGS.json | 6 | ||||
-rw-r--r-- | items/SLUDGE_MONSTER.json | 11 | ||||
-rw-r--r-- | items/WOLF_MONSTER.json | 9 |
13 files changed, 150 insertions, 20 deletions
diff --git a/constants/parents.json b/constants/parents.json index 41e7571f..a8bf2ca8 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2362,5 +2362,11 @@ "PET_SKIN_DOLPHIN_SNUBNOSE_GREEN": [ "PET_SKIN_DOLPHIN_SNUBNOSE_RED", "PET_SKIN_DOLPHIN_SNUBNOSE_PURPLE" + ], + "DUNGEON_DISC_1": [ + "DUNGEON_DISC_2", + "DUNGEON_DISC_3", + "DUNGEON_DISC_4", + "DUNGEON_DISC_5" ] } diff --git a/items/DUNGEON_DISC_1.json b/items/DUNGEON_DISC_1.json new file mode 100644 index 00000000..ec0c0501 --- /dev/null +++ b/items/DUNGEON_DISC_1.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:record_stal", + "displayname": "§f§f§5Dungeon Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Place this inside a jukebox to\",1:\"§7play a dungeon song!\",2:\"\",3:\"§6Dungeon Drama\",4:\" §7By ShinkoNet\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Dungeon Disc\"},ExtraAttributes:{id:\"DUNGEON_DISC_1\"}}", + "damage": 0, + "lore": [ + "§7Place this inside a jukebox to", + "§7play a dungeon song!", + "", + "§6Dungeon Drama", + " §7By ShinkoNet", + "", + "§5§lEPIC" + ], + "internalname": "DUNGEON_DISC_1", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DUNGEON_DISC_2.json b/items/DUNGEON_DISC_2.json new file mode 100644 index 00000000..d5231221 --- /dev/null +++ b/items/DUNGEON_DISC_2.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:record_mellohi", + "displayname": "§f§f§5Clown Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Place this inside a jukebox to\",1:\"§7play a dungeon song!\",2:\"\",3:\"§6Superior Judgement\",4:\" §7By ShinkoNet\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Clown Disc\"},ExtraAttributes:{id:\"DUNGEON_DISC_2\"}}", + "damage": 0, + "lore": [ + "§7Place this inside a jukebox to", + "§7play a dungeon song!", + "", + "§6Superior Judgement", + " §7By ShinkoNet", + "", + "§5§lEPIC" + ], + "internalname": "DUNGEON_DISC_2", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DUNGEON_DISC_3.json b/items/DUNGEON_DISC_3.json new file mode 100644 index 00000000..cc20e167 --- /dev/null +++ b/items/DUNGEON_DISC_3.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:record_strad", + "displayname": "§f§f§5Watcher Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Place this inside a jukebox to\",1:\"§7play a dungeon song!\",2:\"\",3:\"§6The Watcher\",4:\" §7By ShinkoNet\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Watcher Disc\"},ExtraAttributes:{id:\"DUNGEON_DISC_3\"}}", + "damage": 0, + "lore": [ + "§7Place this inside a jukebox to", + "§7play a dungeon song!", + "", + "§6The Watcher", + " §7By ShinkoNet", + "", + "§5§lEPIC" + ], + "internalname": "DUNGEON_DISC_3", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DUNGEON_DISC_4.json b/items/DUNGEON_DISC_4.json new file mode 100644 index 00000000..8fb9ca97 --- /dev/null +++ b/items/DUNGEON_DISC_4.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:record_11", + "displayname": "§f§f§6Old Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Place this inside a jukebox to\",1:\"§7play a dungeon song!\",2:\"\",3:\"§6The Wither King\",4:\" §7By ShinkoNet\",5:\"\",6:\"§6§lLEGENDARY\"],Name:\"§f§f§6Old Disc\"},ExtraAttributes:{id:\"DUNGEON_DISC_4\"}}", + "damage": 0, + "lore": [ + "§7Place this inside a jukebox to", + "§7play a dungeon song!", + "", + "§6The Wither King", + " §7By ShinkoNet", + "", + "§6§lLEGENDARY" + ], + "internalname": "DUNGEON_DISC_4", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DUNGEON_DISC_5.json b/items/DUNGEON_DISC_5.json new file mode 100644 index 00000000..1a6a6b80 --- /dev/null +++ b/items/DUNGEON_DISC_5.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:record_13", + "displayname": "§f§f§5Necron Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Place this inside a jukebox to\",1:\"§7play a dungeon song!\",2:\"\",3:\"§6Necron Doom\",4:\" §7By ShinkoNet\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Necron Disc\"},ExtraAttributes:{id:\"DUNGEON_DISC_5\"}}", + "damage": 0, + "lore": [ + "§7Place this inside a jukebox to", + "§7play a dungeon song!", + "", + "§6Necron Doom", + " §7By ShinkoNet", + "", + "§5§lEPIC" + ], + "internalname": "DUNGEON_DISC_5", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DYE_WILD_STRAWBERRY.json b/items/DYE_WILD_STRAWBERRY.json new file mode 100644 index 00000000..34d248a2 --- /dev/null +++ b/items/DYE_WILD_STRAWBERRY.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§f§f§5Wild Strawberry Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Apply to any leather armor piece\",1:\"§7using an anvil to change its\",2:\"§7color.\",3:\"\",4:\"§7Color: §d#FF43A4\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Wild Strawberry Dye\"},ExtraAttributes:{id:\"DYE_WILD_STRAWBERRY\"}}", + "damage": 13, + "lore": [ + "§7Apply to any leather armor piece", + "§7using an anvil to change its", + "§7color.", + "", + "§7Color: §d#FF43A4", + "", + "§5§lEPIC" + ], + "internalname": "DYE_WILD_STRAWBERRY", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/FARM_ARMOR_BOOTS.json b/items/FARM_ARMOR_BOOTS.json index 099ff7e0..79d42328 100644 --- a/items/FARM_ARMOR_BOOTS.json +++ b/items/FARM_ARMOR_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§9Farm Armor Boots", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+35\",2:\"\",3:\"§6Full Set Bonus: Bonus Speed\",4:\"§7Increases your §f✦ Speed §7by\",5:\"§7§a+25§7 while worn near Farming\",6:\"§7Minions or in the §bFarm§7,\",7:\"§7§bThe Barn§7, and §bMushroom\",8:\"§bDesert§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE BOOTS\"],color:16766720,Name:\"§9Farm Armor Boots\"},ExtraAttributes:{color:\"255:215:0\",id:\"FARM_ARMOR_BOOTS\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+35\",2:\"\",3:\"§6Full Set Bonus: Bonus Speed\",4:\"§7Increases your §f✦ Speed §7by\",5:\"§7§a+25§7 while worn near Farming\",6:\"§7Minions or in the §bFarm§7,\",7:\"§7§bThe Barn§7, and §eMushroom\",8:\"§bDesert§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE BOOTS\"],color:16766720,Name:\"§9Farm Armor Boots\"},ExtraAttributes:{color:\"255:215:0\",id:\"FARM_ARMOR_BOOTS\"}}", "damage": 0, "lore": [ "§7Health: §a+20", @@ -11,7 +11,7 @@ "§7Increases your §f✦ Speed §7by", "§7§a+25§7 while worn near Farming", "§7Minions or in the §bFarm§7,", - "§7§bThe Barn§7, and §bMushroom", + "§7§bThe Barn§7, and §eMushroom", "§bDesert§7.", "", "§7§8This item can be reforged!", @@ -30,7 +30,7 @@ }, "internalname": "FARM_ARMOR_BOOTS", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Farm_Armor" diff --git a/items/FARM_ARMOR_CHESTPLATE.json b/items/FARM_ARMOR_CHESTPLATE.json index fc872cb6..b3bf0847 100644 --- a/items/FARM_ARMOR_CHESTPLATE.json +++ b/items/FARM_ARMOR_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§9Farm Armor Chestplate", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+75\",2:\"\",3:\"§6Full Set Bonus: Bonus Speed\",4:\"§7Increases your §f✦ Speed §7by\",5:\"§7§a+25§7 while worn near Farming\",6:\"§7Minions or in the §bFarm§7,\",7:\"§7§bThe Barn§7, and §bMushroom\",8:\"§bDesert§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE CHESTPLATE\"],color:16766720,Name:\"§9Farm Armor Chestplate\"},ExtraAttributes:{color:\"255:215:0\",id:\"FARM_ARMOR_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+75\",2:\"\",3:\"§6Full Set Bonus: Bonus Speed\",4:\"§7Increases your §f✦ Speed §7by\",5:\"§7§a+25§7 while worn near Farming\",6:\"§7Minions or in the §bFarm§7,\",7:\"§7§bThe Barn§7, and §eMushroom\",8:\"§bDesert§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE CHESTPLATE\"],color:16766720,Name:\"§9Farm Armor Chestplate\"},ExtraAttributes:{color:\"255:215:0\",id:\"FARM_ARMOR_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Health: §a+20", @@ -11,7 +11,7 @@ "§7Increases your §f✦ Speed §7by", "§7§a+25§7 while worn near Farming", "§7Minions or in the §bFarm§7,", - "§7§bThe Barn§7, and §bMushroom", + "§7§bThe Barn§7, and §eMushroom", "§bDesert§7.", "", "§7§8This item can be reforged!", @@ -30,7 +30,7 @@ }, "internalname": "FARM_ARMOR_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Farm_Armor" diff --git a/items/FARM_ARMOR_HELMET.json b/items/FARM_ARMOR_HELMET.json index 10f0c1d0..44cc8cb7 100644 --- a/items/FARM_ARMOR_HELMET.json +++ b/items/FARM_ARMOR_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_helmet", "displayname": "§9Farm Armor Helmet", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+40\",2:\"\",3:\"§6Full Set Bonus: Bonus Speed\",4:\"§7Increases your §f✦ Speed §7by\",5:\"§7§a+25§7 while worn near Farming\",6:\"§7Minions or in the §bFarm§7,\",7:\"§7§bThe Barn§7, and §bMushroom\",8:\"§bDesert§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE HELMET\"],color:16766720,Name:\"§9Farm Armor Helmet\"},ExtraAttributes:{color:\"255:215:0\",id:\"FARM_ARMOR_HELMET\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+40\",2:\"\",3:\"§6Full Set Bonus: Bonus Speed\",4:\"§7Increases your §f✦ Speed §7by\",5:\"§7§a+25§7 while worn near Farming\",6:\"§7Minions or in the §bFarm§7,\",7:\"§7§bThe Barn§7, and §eMushroom\",8:\"§bDesert§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE HELMET\"],color:16766720,Name:\"§9Farm Armor Helmet\"},ExtraAttributes:{color:\"255:215:0\",id:\"FARM_ARMOR_HELMET\"}}", "damage": 0, "lore": [ "§7Health: §a+20", @@ -11,7 +11,7 @@ "§7Increases your §f✦ Speed §7by", "§7§a+25§7 while worn near Farming", "§7Minions or in the §bFarm§7,", - "§7§bThe Barn§7, and §bMushroom", + "§7§bThe Barn§7, and §eMushroom", "§bDesert§7.", "", "§7§8This item can be reforged!", @@ -30,7 +30,7 @@ }, "internalname": "FARM_ARMOR_HELMET", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Farm_Armor" diff --git a/items/FARM_ARMOR_LEGGINGS.json b/items/FARM_ARMOR_LEGGINGS.json index f4116bf6..4bf883e8 100644 --- a/items/FARM_ARMOR_LEGGINGS.json +++ b/items/FARM_ARMOR_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§9Farm Armor Leggings", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+50\",2:\"\",3:\"§6Full Set Bonus: Bonus Speed\",4:\"§7Increases your §f✦ Speed §7by\",5:\"§7§a+25§7 while worn near Farming\",6:\"§7Minions or in the §bFarm§7,\",7:\"§7§bThe Barn§7, and §bMushroom\",8:\"§bDesert§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE LEGGINGS\"],color:16766720,Name:\"§9Farm Armor Leggings\"},ExtraAttributes:{color:\"255:215:0\",id:\"FARM_ARMOR_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+50\",2:\"\",3:\"§6Full Set Bonus: Bonus Speed\",4:\"§7Increases your §f✦ Speed §7by\",5:\"§7§a+25§7 while worn near Farming\",6:\"§7Minions or in the §bFarm§7,\",7:\"§7§bThe Barn§7, and §eMushroom\",8:\"§bDesert§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE LEGGINGS\"],color:16766720,Name:\"§9Farm Armor Leggings\"},ExtraAttributes:{color:\"255:215:0\",id:\"FARM_ARMOR_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Health: §a+20", @@ -11,7 +11,7 @@ "§7Increases your §f✦ Speed §7by", "§7§a+25§7 while worn near Farming", "§7Minions or in the §bFarm§7,", - "§7§bThe Barn§7, and §bMushroom", + "§7§bThe Barn§7, and §eMushroom", "§bDesert§7.", "", "§7§8This item can be reforged!", @@ -30,7 +30,7 @@ }, "internalname": "FARM_ARMOR_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Farm_Armor" diff --git a/items/SLUDGE_MONSTER.json b/items/SLUDGE_MONSTER.json index 20628b85..3feca445 100644 --- a/items/SLUDGE_MONSTER.json +++ b/items/SLUDGE_MONSTER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aSludge (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3b70a2f3-319c-38d5-b7d1-5b2425770184\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODk1YWVlYzZiODQyYWRhODY2OWY4NDZkNjViYzQ5NzYyNTk3ODI0YWI5NDRmMjJmNDViZjNiYmI5NDFhYmU2YyJ9fX0\"}]}},display:{Lore:[0:\"§7They say that the juice of these\",1:\"§7slimes has valueable magical\",2:\"§7properties\",3:\"\",4:\"§c❤ Health§8: §c5.000\",5:\"§7Coins per Kill: §61\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §aSludge\"],Name:\"§aSludge (Monster)\"},ExtraAttributes:{id:\"SLUDGE_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3b70a2f3-319c-38d5-b7d1-5b2425770184\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODk1YWVlYzZiODQyYWRhODY2OWY4NDZkNjViYzQ5NzYyNTk3ODI0YWI5NDRmMjJmNDViZjNiYmI5NDFhYmU2YyJ9fX0\"}]}},display:{Lore:[0:\"§7They say that the juice of these\",1:\"§7slimes has valueable magical\",2:\"§7properties\",3:\"\",4:\"§c❤ Health§8: §c5.000\",5:\"§7Coins per Kill: §61\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §aSludge\",10:\"\",11:\"§dRNGesus Loot\",12:\"§8 ■ §5Celadon Dye §8(§a0%§8)\"],Name:\"§aSludge (Monster)\"},ExtraAttributes:{id:\"SLUDGE_MONSTER\"}}", "damage": 3, "lore": [ "§7They say that the juice of these", @@ -13,14 +13,17 @@ "", "§6§lPossible Drops:", "§fCommon Loot", - "§8 ■ §aSludge" + "§8 ■ §aSludge", + "", + "§dRNGesus Loot", + "§8 ■ §5Celadon Dye §8(§a0%§8)" ], "internalname": "SLUDGE_MONSTER", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Yog" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/WOLF_MONSTER.json b/items/WOLF_MONSTER.json index b870bf89..f4c03e7d 100644 --- a/items/WOLF_MONSTER.json +++ b/items/WOLF_MONSTER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aWolf (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§7The Wolf can be found in the Ruins. It is a level\",1:\"§715 hostile mob and has 250 Health. When killed, the\",2:\"§7Wolf drops 1 Bone and 1 coin.\",3:\"\",4:\"§c❤ Health§8: §c250\",5:\"§7Coins per Kill: §61\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §fBone\",10:\"\",11:\"§dRNGesus Loot\",12:\"§8 ■ §5Hound §8(§a0.001%§8)\",13:\"§8 ■ §6Hound §8(§a0.0003%§8)\"],Name:\"§aWolf (Monster)\"},ExtraAttributes:{id:\"WOLF_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§7The Wolf can be found in the Ruins. It is a level\",1:\"§715 hostile mob and has 250 Health. When killed, the\",2:\"§7Wolf drops 1 Bone and 1 coin.\",3:\"\",4:\"§c❤ Health§8: §c250\",5:\"§7Coins per Kill: §61\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §fBone\",10:\"\",11:\"§dRNGesus Loot\",12:\"§8 ■ §5Hound §8(§a0.001%§8)\",13:\"§8 ■ §6Hound §8(§a0.0003%§8)\",14:\"§8 ■ §5Celadon Dye §8(§a0%§8)\"],Name:\"§aWolf (Monster)\"},ExtraAttributes:{id:\"WOLF_MONSTER\"}}", "damage": 3, "lore": [ "§7The Wolf can be found in the Ruins. It is a level", @@ -17,14 +17,15 @@ "", "§dRNGesus Loot", "§8 ■ §5Hound §8(§a0.001%§8)", - "§8 ■ §6Hound §8(§a0.0003%§8)" + "§8 ■ §6Hound §8(§a0.0003%§8)", + "§8 ■ §5Celadon Dye §8(§a0%§8)" ], "internalname": "WOLF_MONSTER", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wolf" ], "crafttext": "" -} +}
\ No newline at end of file |