Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 12 hours ago
All versions
1.10.34.86
Release
lootr-fabric-1.21-1.10.34.862 years ago 56.9K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Fix #492: force-refresh when position or dimension changes. (727f23a2)
- Generate new tags. (18a089bb)
- Adjust custom containers to use tags. (2e24628c)
- Fix previous version. (526f7f8a)
- Tags for custom eligibility. (584c50fb)
- New translations en_us.json (Portuguese, Brazilian) (#499) (1010e683)
- Merge branch 'arch-1.21' of https://github.com/noobanidus/Lootr into arch-1.21 (717892c8)
- Bump version for release. (2831f8ae)
/lootr convertcommand that acts similarly to/fill(657fb581)- Do the same for Fabric. (37084855)
- Properly register renderers for items, blocks. (c38a5773)
- Configuration option to drop player's loot when broken. (f8944369)
- New translations en_us.json (Chinese Traditional) (#482) (ec18ec84)
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:EltpO5cN:jXjew0q3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EltpO5cN:jXjew0q3"
}


