From 926e0d57aa7cb04ef8d239796f073f8eb66f7aad Mon Sep 17 00:00:00 2001 From: Phoebe <77941535+catgirlseraid@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:11:28 +1300 Subject: Update mobs drops (#1453) * add dwarven os block bran * Revert "add dwarven os block bran" This reverts commit 40826e597e65447ad91cc727d664c24896c0cf61. * first test * test if combat xp shows up or if cache * test if combat xp and farming xp works * see if i added multiple levels of mobs correctly * see if i added multiple levels of mobs correctly * see if i added multiple levels of mobs correctly second time * test if mobs can have different names under the same nest * see if i added silverfish correctly * fix background maybe * check on spider changes * test of adding a new mob what could go wrong * this time * maybe it's in the correct section now? * bat update 2 * wrong one * idk anymore pls just work * 3 * maybe this? * test with another skin * test with another skin with the correct id * idk anymore * 3 * 4 * 5 * 6 * test this? * test the same item multiple times * test using ranges and key ids * test using ranges and key ids * slime test * test goblins * lets find out if i can do this * upload progress * test of fish * a few more sea creatures * revert dye chances, my fault :( * remove unneeded file and fix bat lore * forgot a comma * fix dye drop chances * how do i keep missing these omg sorry * :( poor jani * fix dye chance, fix formatting * magma cube pet drop changes * use the right pet this time --- items/BAT_MONSTER.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 items/BAT_MONSTER.json (limited to 'items/BAT_MONSTER.json') diff --git a/items/BAT_MONSTER.json b/items/BAT_MONSTER.json new file mode 100644 index 00000000..27831c92 --- /dev/null +++ b/items/BAT_MONSTER.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aBat (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b676e304-9f3d-3b60-9032-295f36bb0141\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMjAzOTYxNzA5MSwKICAicHJvZmlsZUlkIiA6ICJlZDUzZGQ4MTRmOWQ0YTNjYjRlYjY1MWRjYmE3N2U2NiIsCiAgInByb2ZpbGVOYW1lIiA6ICIwMTAwMDExMDAxMDAwMDExIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM3N2FkZThhZmIyNTcwODZmYjE4NjFkYTQzYzhhZTQ2OGI4ZWIwNTc4ZmFkYTg0MzAzODU4NTE3YmExNzIxN2UiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7The Bat is a Mob that can be spawned from the\",1:\"§7Roofed Forest Island's Bat Crystal during the night.\",2:\"\",3:\"§c❤ Health§8: §c100\"],Name:\"§aBat (Monster)\"},ExtraAttributes:{id:\"BAT_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7The Bat is a Mob that can be spawned from the", + "§7Roofed Forest Island's Bat Crystal during the night.", + "", + "§c❤ Health§8: §c100" + ], + "internalname": "BAT_MONSTER", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Bat_(Private_Island)" + ], + "crafttext": "", + "recipes": [ + { + "level": 3, + "coins": 100, + "xp": 100, + "combat_xp": 33, + "name": "§cBat", + "render": "Bat", + "panorama": "dynamic", + "type": "drops", + "drops": [ + { + "id": "BAT_TALISMAN", + "chance": "1%" + } + ] + } + ] +} \ No newline at end of file -- cgit