Tags
Creators
Details
v1.1.0
Compatibility
Changes
NOTE
The config has been changed, as new config settings were added. Backup your previous settings, delete them from your \config folder to let a new config file regenerate, and then copy over any custom values you set.
CHANGELOG
- Ammo drops should scale with the number of players near the killed mob.
- Ammo drops can be configured to scale based on whether the victim was tagged as a boss
- Regardless, a boss kill always drops ammo and always drops the configured maximum amount of ammo for the designated ammo type
- some minor refactoring and cleanup
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:a804vyME:vOvv7rKN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:a804vyME:vOvv7rKN"
}

