Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 5 days ago
All versions
1.10.33.82
Release
lootr-neoforge-1.21-1.10.33.822 years ago 6,240
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Revert to using git IDs. (ae00c3d0)
- Try to fix build environment. (fd3c70c0)
- Bump version for release. (9599a6b3)
- Handle issues with early-loading trying to access registry. (0ba0e9f3)
- Move generated resources. (e12ee927)
- Generate block resources. (6fabf3ef)
- I was mistaken about arrays. (b21f4e41)
- Vastly improve minecart creation. (7c4d92e2)
- Generate new tags. (ace686d5)
- Start converting entity conversion to tags-based. (89637179)
- Opened stat is handled earlier in this function. (ca680c19)
- Note about handling lockKey elsewhere. (85be665b)
- Include additional minecraft versions. (ce360796)
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:NvZmsH3h"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EltpO5cN:NvZmsH3h"
}

