Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.21.1-1.11.37.122
Release
lootr-fabric-1.21.1-1.11.37.1224 days ago 6,831
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Bump version for release. (eee5e213)
- Update mod publish. (40f86d87)
- New Crowdin updates (#873) (85dd3a4c)
- Trapped chest advancement. (35704409)
- Fix #872: allow breaking pots with arrows. (2f5da9fd)
- Merge branch 'mdg-1.21.1' of https://github.com/noobanidus/Lootr into mdg-1.21.1 (a8084e5d)
- Actually fix #848: create schematicanon dupe. (97db4345)
- New Crowdin updates (#870) (21081ebf)
- Work on #848 for 1.21.1. (c037844c)
- Fix #801: prevent hoppers into entities, blocks. (8252d0f3)
- Fix #828: message when trying to insert into item frames. (3e7d77f7)
- Don't convert item frames while disabled. (d9f65420)
- Bump Fabric loader version. (05d33a83)
- Fix #828: properly display message during emergency conversion. (87684b5c)
- Fix #806: alias lootr_minecart to lootr_cart. (4d17e21f)
- Merge pull request #867 from mezz/gametest (a22f62e6)
- improve shape height detection (3e39e345)
- add comments (5ca196cc)
- clarify implementation and add some more tests (7e4d6ad3)
- Fix #866 Properly handle minecraft:empty loot pool entries for Decorated Pots (5ff4439e)
- New translations en_us.json (Russian) (#865) (af26bb51)
- New translations en_us.json (Polish) (#855) (6534e0b6)
- Bump version for maven. (39546304)
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:uapIrG9e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EltpO5cN:uapIrG9e"
}


