Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 2 months ago
All versions
1.3.3
Release
1.3.3+1.20.13 years ago 235
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Chinese (Simplified)
- 添加 调试正则表达式用指令
/chattools regex_checker - 删除
忽略系统消息 - 更改 保存时清除列表中的空字串
- 添加 后台弹窗模式
Python - 添加 下载Python弹窗模式用指令
/chattools download - 添加 首次启动指导信息
English
- Add Command
/chattools regex_checkerfor debugging RegEx's. - Remove
Ignore System Message - Change auto-remove blank strings on save
- Add Toast Notification mode
Python - Add Command
/chattools downloadto download some dependencies forPythonToast Notification mode. - Add welcome messages
Full Changelog: https://github.com/70CentsApple/ChatTools/compare/v1.3.2...v1.3.3
Optional dependencies
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:g9VpUAEw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pbnlOdwp:g9VpUAEw"
}



