"I strive for something beyond the strongest, that challenging me would be the most ridiculous thought ever, that fighting me would be a sin!"
Utilized for players who like roaming far from the spawnpoint but don't want items despawned before they get back to the death location.
Doesn't guarantee that you can re-obtain the items.
- New button allow you to respawn near the death location.
- Highly configurable within the mod itself (respawn radius, pos finder retry attempt, etc.).
- (Soon) API support for mod. Or register new configuration per dimension, via CT or GrS.
Using CleanroomMC TemplateDevEnv. Licensed under MIT, it is made for public use.
Currently utilizes Gradle 8.3 + RetroFuturaGradle 1.3.24 + Forge 14.23.5.2860.
Enabled by default, both coremod and mixin.
- Clone this repository.
- In the local repository, run the command
gradlew setupDecompWorkspace
- Open the project folder in IDEA.
- Right-click in IDEA
build.gradle
of your project, and selectLink Gradle Project
, after completion, hitRefresh All
in the gradle tab on the right. - Run
gradlew runClient
andgradlew runServer
, or use the auto-imported run configurations in IntelliJ like1. Run Client
.