Tags
Creators
Details
Licensed MPL-2.0
Created 4 years ago
Updated last month
All versions
v4.1.2-1.19.2-Forge
Release
[FORGE] [1.19.2] DeathFinder-v4.1.24 years ago 290.1K
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v4.1.2-1.19.2] - 2022-10-15
Fixed
- Hopefully fixed mouse lock issue on Fabric when installed together with Stylish Effects mod by reverting screen open callback to a more cross-mod compatible version
[v4.1.1-1.19.2] - 2022-09-01
- Recompile for Puzzles Lib v4.3.0
[v4.1.0-1.19.2] - 2022-08-21
- Compiled for Minecraft 1.19.2
[v4.0.0-1.19.1] - 2022-08-08
- Ported to Minecraft 1.19.1
- Split into multi-loader project
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| DeathFinder-v4.1.2-1.19.2-Forge-sources.jar | Unknown | 25.74 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:wNxIBREV:TIjwq9Vb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wNxIBREV:TIjwq9Vb"
}

