Links
Tags
Creators
Details
Licensed Apache-2.0
Published 5 months ago
Updated 2 weeks ago
All versions
5.6.0+mc26.2-neoforge
Release
Always Drop Loot (update) 5.6.0+mc26.2-neoforge2 weeks ago 18
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
Changes
- Added normal equipment drop rolls for non-player kills according to
loot_drop_mode - Added Brazilian Portuguese gamerule translations
- Added the namespaced snake-case gamerule translation keys used by the gamerule screen
- Updated the mod author and project contact links
- Updated to Minecraft 26.2
- Added the NeoForge port using NeoForge 26.2.0.59 and deferred gamerule registration
- Updated the build to ModDevGradle 2 and Gradle 9.5.1
- Updated the build and mixin compatibility level to Java 25
- Added valid resource-pack metadata
- Changed generated artifact names to the
ADL-<version>-NeoForge-<Minecraft series>.jarpattern - Fixed world entry failing with
Invalid player databy using Minecraft's synchronized string command argument forloot_drop_mode
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:c5wMBvgN:hxYbdVIp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c5wMBvgN:hxYbdVIp"
}

