Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated yesterday
All versions
1.12.36.88
Release
lootr-fabric-1.21.4-1.12.36.882 years ago 8,539
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Merge branch 'arch-1.21.4' of https://github.com/noobanidus/Lootr into arch-1.21.4 (fd063f6d)
- Fix previous version. (72629442)
- New Crowdin updates (#555) (2ffb0759)
- Generify models, model loading. (07213d7a)
- Saving to item is no longer required. (9ff67340)
- Remove some TODOs. (3eac8436)
- Doesn't seem to actually be used or required. (5126cc47)
- Remove superfluous return statement. (e7775359)
- That became a mixin. (abc695af)
- That option is done. (cc8ec859)
- Clear replacements on tag changes; ignore some blocks. (02a9cf72)
- Actually comment out the server-side aspect. (1ceb8d62)
- Properly reset sections on client config change. (4d743037)
- Move it to Replacements. (9c87294b)
- Centralize configuration validation. (13e79211)
- Refresh all sections with players when changing config. (f4c4bea0)
- There's a function for that. (6f30570c)
- Note functions that need to be used/generified. (b3f60867)
- Actually use validation functions. (267c75bd)
- Fix "new" textures overriding "vanilla". (dad0c7e0)
- Render minecarts properly. (da670f15)
- Fix version ranges for 1.21.4. (e312353b)
- Automatically generate version ranges. (ce1ee41e)
- Merge branch 'arch-1.21.4' of https://github.com/noobanidus/Lootr into arch-1.21.4 (4b9a148c)
- New Crowdin updates (#552) (69dd343a)
- Sorta fix Fabric stuff. (2e61688c)
- Start working on item models. (5e21fbcf)
- I somehow renamed opened to trapped. (f46c1a00)
- Start porting for 1.21.4. (9a51a697)
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:UlwRNO00"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EltpO5cN:UlwRNO00"
}

