diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-18 21:37:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-18 19:37:39 +0000 |
commit | 04b365582d83f1c1d6898eb20e404ec59980b474 (patch) | |
tree | 45e95b0c58be80b064d8893e551d6b2eafab68c2 /items/GLACITE_MUTT_MONSTER.json | |
parent | b0efdd83d0d4cb0a524b6f97ada4fbf4f6cbe05f (diff) | |
download | NotEnoughUpdates-REPO-04b365582d83f1c1d6898eb20e404ec59980b474.tar.gz NotEnoughUpdates-REPO-04b365582d83f1c1d6898eb20e404ec59980b474.tar.bz2 NotEnoughUpdates-REPO-04b365582d83f1c1d6898eb20e404ec59980b474.zip |
Added glacite mobs and fixed some other things (#1166)
* Added glacite mobs and fixed some other things
* Fixed NBT
* Added 62 wiki links
Diffstat (limited to 'items/GLACITE_MUTT_MONSTER.json')
-rw-r--r-- | items/GLACITE_MUTT_MONSTER.json | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/items/GLACITE_MUTT_MONSTER.json b/items/GLACITE_MUTT_MONSTER.json new file mode 100644 index 00000000..1d7f41ac --- /dev/null +++ b/items/GLACITE_MUTT_MONSTER.json @@ -0,0 +1,64 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aGlacite Mutt (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c750,000\",1:\"§c❁ Damage§8: §c6,000\",2:\"§a❈ Defense§8: §a1,000\"],Name:\"§aGlacite Mutt (Monster)\"},ExtraAttributes:{id:\"GLACITE_MUTT_MONSTER\"}}", + "damage": 3, + "lore": [ + "§c❤ Health§8: §c750,000", + "§c❁ Damage§8: §c6,000", + "§a❈ Defense§8: §a1,000" + ], + "internalname": "GLACITE_MUTT_MONSTER", + "clickcommand": "", + "modver": "", + "island": "mineshaft", + "recipes": [ + { + "level": 180, + "coins": 95, + "xp": 75, + "combat_xp": 60, + "name": "§bGlacite Mutt", + "render": "Wolf", + "panorama": "mineshaft", + "type": "drops", + "drops": [ + { + "id": "FINE_CITRINE_GEM:1", + "extra": [], + "chance": "5%" + }, + { + "id": "FINE_AQUAMARINE_GEM:1", + "extra": [], + "chance": "5%" + }, + { + "id": "FINE_ONYX_GEM:1", + "extra": [], + "chance": "5%" + }, + { + "id": "FINE_PERIDOT_GEM:1", + "extra": [], + "chance": "5%" + }, + { + "id": "GLACITE_JEWEL:1", + "extra": [], + "chance": "4%" + }, + { + "id": "GLACITE_SHARD:1", + "extra": [], + "chance": "0.5%" + } + ] + } + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Glacite_Mutt" + ] +}
\ No newline at end of file |