-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add dwarven os block bran * Revert "add dwarven os block bran" This reverts commit 40826e5. * 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
- Loading branch information
1 parent
e62d712
commit 926e0d5
Showing
94 changed files
with
663 additions
and
416 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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%" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.