Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 18 hours ago
All versions
0.7.31.76
Release
lootr-1.20-0.7.31.763 years ago 17K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- Properly disable minecart conversion. (eb8691c)
- Bump version for release. (c291db2)
- Fix #229: shulker boxes destruction sound. (81251ce)
- Fix for #209: custom inventories act trapped config. (e274129)
- Fix #228: compare SpecialChestInventory. (99465b6)
- Comment for #228. (1cca1b7)
- Implement #193. (1eb6836)
- Comment for #200. (5aed7bf)
- Fix #192: give trophies rotation and mirror. (7ffdd7b)
- Revert "Clear openers when refreshing a chest." (dc31723)
- Clear openers when refreshing a chest. (00abe82)
- Implement modid based dimension white/blacklist. (9cbafe7)
- Improve null handling even more. (16d6a17)
- Better null handling. (ec47db2)
- Rename getInstance etc methods. (53b6618)
- Missing import. (385426e)
- Comment this out. (a51018f)
- Start storing the size for future stuff. (bfdfa6f)
- Revert "Start work on enforcing the
size." (de58241) - Revert "Some notes for size deserialization." (c00a6af)
- Revert "Now I'm starting to have second thoughts." (5aebf49)
- Revert "Migrate DataStorage fetch to new function names." (10972fc)
- Revert "Set SavedData dirty internally." (3245c65)
- Adjust comments. (dca2e8a)
- Note how the
/lootr clearcommand is really broken. (7cac527) - Set SavedData dirty internally. (a026004)
- Migrate DataStorage fetch to new function names. (fcd9d0f)
- Now I'm starting to have second thoughts. (d1654f5)
- Some notes for size deserialization. (2136258)
- Reset maximum_age's default to 10 minutes. (e8316c2)
- Bump version from previously. (c675529)
- Start work on enforcing the
size. (b819e11) - Update subproject. (a207185)
This mod was made possible by Patreon support from players like you. Thank you!
- Daniel Rydin
- ChosenArchitect
- Graham Hughes
- fowltief
- LyrenF
- Aranai Ra
- SeriousCreeper
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:GWUFGkel"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EltpO5cN:GWUFGkel"
}

