Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
0.1.11.35-experimental
Release
lootr-1.16.5-0.1.11.353 years ago 52
Uploaded by
Compatibility
Minecraft: Java Edition
1.16.4–1.16.5
Platform
Forge
Supported environments
Client and server
Changes
- Tentative bump. (5b3b5aa)
- Clear everything, not just the player who opened. (ac446f7)
- Tag providers. (8cf96ed)
- Optimize code again. (c4e5800)
- Event parameter is never used. (19df988)
- Fix up registration mishaps. Refreshing containers. (16b4f9a)
- Reinstate Minecarts. (2c648a6)
- Code cleanup. (4f675f6)
- More refactoring. (f6c08ea)
- Improve clear inventories. Shuffle some things around. (deb0307)
- More code cleanup. (f6b18f6)
- Add modid blacklist. Remove destroy. (e3d4f0d)
- Exclude ender chests. (c705eb0)
- Bump for experimental release. (5a2a36e)
- Code clean-up. (987e359)
- Switch to new "experimental" method of handling chests. (0696763)
- Move hard-coded values into config. (4154b3c)
This mod was made possible by Patreon support from players like you. Thank you!
- sirdizarm
- Graham Hughes
- fowltief
- LyrenF
- Vallen
- CosmicParticl
- Aranai Ra
- Katu Matson
- SeriousCreeper
- clefal
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:ZsDspzfK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EltpO5cN:ZsDspzfK"
}

