Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last year
All versions
2.1.5+fabric
Release
[Fabric 1.20.1] 2.1.5last year 173
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Changes
2.1.5
- fix: kubejs maven
- Merge branch '1.20.1-fabric' of https://github.com/Snownee/Loquat into 1.20.1-fabric
- fix: use the correct Lists class
- fix(lang): wrong parameter in messages (#11)
2.1.4
- fix: restrictions not being synced to the client correctly
2.1.3
- fix: crash if Lychee is not installed
- fix: crash with Supplementaries (close #10)
2.1.1
- fix: selected areas being reset when some entity is spawned
- chore: reformat code
- feat: port forge changes (#8)
- new publish script
- chore: use gradle binary
2.0.1
- feat(lang): add zh_cn (#6)
- chore & bump version
- Merge pull request #5 from SettingDust/1.20.1-fabric
- fix: the outline with wrong camera offset
- chore: bump gradle, lombok
- chore: add debug utils mod
- Merge pull request #4 from Snownee/feature/1.20.1-port
- fix: port mixin and test data pack to 1.20.1
- feat: port to 1.20.1
- chore(deps): bump dependencies
- build: optional changelog and token
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:xnn6vBkh:CCYTIafA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xnn6vBkh:CCYTIafA"
}

