Features:
| Done | Name |
|---|---|
| [x] | Frame loading |
| [x] | Death screen animation |
| [x] | PvP detection |
This mod requires adding the frames you want to appear in the death screen manually. However, if you have Python installed, this is quite easy:
- rename the jar into a zip and extract its contents to a new directory
- drag the PNG-s into the
assets/deathscreenframes/framessubdirectory in it- run the
make-framelist.pyscript in the root directoryThen, repackage the folder into a .zip and rename it to a .jar file.
If you don't have Python installed, filling the
framelist.txtfile might be tricky or take some time. However, installing Python is quite easy - Google shall say.