Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated last month
All versions
2.4.2
Release
v2.4.2+26.1(.x)+fabric4 months ago 1,941
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
Chinese (Simplified)
v2.4.2
- 更新 26.1.2
- 修复 用 mixin 注入替 Cloth Config API 修了点它们的 bug
- 新增 应某平台要求做了功能阉割版(无下载文件,无 shell 命令执行)
English
v2.4.2
- Updated: Bumped to 26.1.2
- Fixed: I applied mixins to Cloth Config API to fix their bugs
- Added: A lite version of Chat Tools (w/o file downloading, shell command execution)
What's Changed
- refactor: eliminate redundant patterns across codebase by @Copilot in https://github.com/70CentsApple/ChatTools/pull/95
New Contributors
- @Copilot made their first contribution in https://github.com/70CentsApple/ChatTools/pull/95
Full Changelog: https://github.com/70CentsApple/ChatTools/compare/v2.4.1...v2.4.2
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:pbnlOdwp:yiqAWaKF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pbnlOdwp:yiqAWaKF"
}

