Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
All versions
mc1.20.1-1.6.11-fabric
Release
1.6.11 for Fabric2 years ago 3,576
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Changes
- 텍스트 입력란의 유효성 검사 강화(충돌 방지)
- 다른 모드(Amendments 등)의 기능으로 인해 색깔 코드가 들어간 채 입력되는 경우, 한글이 정상적으로 입력되지 않는 버그 수정
- 코드가 내부적으로 중복 실행 되어 JEI 모드 등과 같은 텍스트 입력란에서 한글이 한 글자 밖에 입력되지 않았던 버그 수정
- 인디케이터 박스의 테두리를 둥글게 처리
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:qyulnpBL:p3syGiRo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qyulnpBL:p3syGiRo"
}

