Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 6 days ago
All versions
1.21.1-1.11.38.123
Release
lootr-neoforge-1.21.1-1.11.38.1236 days ago 16.6K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Bump version for release. (4062c467)
- Fix some issues with refresh/decay, fix #878. (ba7bdd0f)
- Memoize visual openers supplier. (1e73da46)
- Stage 3 of #878: move random offset to instance. (3a820717)
- Stage 2 of #878: delay ticking block entities by a configurable amount. (56be7caf)
- Work on #878: start working on reducing block entity tick. (e973db34)
- Guard non-entity hopper containers (#885) (9f9df3d3)
- Merge branch 'mdg-1.21.1' of https://github.com/noobanidus/Lootr into mdg-1.21.1 (3fba6b7d)
- Fix #884: prevent item obliterator stack overflow. (94eea658)
- New Crowdin updates (#880) (445e6576)
- Bump version for maven. (1b619059)
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:rxFmYTxd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EltpO5cN:rxFmYTxd"
}

