A lightweight Minecraft mod featuring ghostly pals that assist in combat when the player is dead.
- Ghosts that clean up the area from mobs once the player is dead
- A level system to make your pal even stronger
- An item found in mob dungeons that you can use to level up your pal
Prerequisites:
- JDK 17+ (or as specified in the project build files)
- Gradle (or use the included wrapper)
Build:
- Clone the repository
- Run:
./gradlew build(Linux/macOS)gradlew.bat build(Windows)
- The mod JAR will be in
build/libs/
Run in a development environment using the provided run configurations (check build.gradle.kts).