Tags
Creators
Details
0.35.2-mc1.21
Compatibility
Changes
Essential Commands v0.35.2 (mc 1.21.0)
A couple of rapid fire releases! (including patch notes from v0.35.1, since these were so close together)
v0.35.2
- Safer
/bedcommand teleportation, courtesy of @LittleCircleOO in #285
v0.35.1
- First release with mc 1.21 support! (Big thanks to @petersv5's help in #283)
- Add Chinese (zh_tw) translations, by @yichifauzi (#282)
- (re)fix: platform-specific line separators for /rules
- Additional zh_cn translations by @Silverteal in #270
If you discover any bugs, you can report them in the Issue Tracker.
Additional conversation can be had in the dev room discord.
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:6VdDUivB:kev3hDqV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6VdDUivB:kev3hDqV"
}

