Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 2 years ago
Updated 4 days ago
All versions
0.3.1-alpha06+fabric-1.21.10
Alpha
0.3.1-alpha065 months ago 481
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- 同步了预置预设中经典扩展图集的潜行触发,使其与经典图集行为一致,都需要双击潜行
- 修正了预置预设中经典扩展图集的 DPad 按下时变灰而不是切换贴图的问题
- 重命名了经典扩展图集的英文名,从“Classic Extension”改为“Classic Extended”
- 添加了 1.21.10 支持
- Synchronized the sneak trigger in classic extended texture set with classic texture set's trigger, which requires a double tap to sneak now
- Fixed an issue where DPad texture in built-in presets with classic extended texture set turns gray instead of use active texture when pressed
- Renamed "Classic Extension" texture set to "Classic Extended"
- Added support for 1.21.10
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:U7KwGAnT:AvUmi1LA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:U7KwGAnT:AvUmi1LA"
}



