Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 2 years ago
Updated 4 days ago
All versions
0.3.1-alpha04+fabric-1.21.11
Alpha
0.3.1-alpha045 months ago 234
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- 添加了 BlazeSDL 平台支持
- 修复了预设读取到 order.json 报错的问题
- 添加了模组运行状态切换功能
- 提升了触摸转向灵敏度上限,最高到 1800
- 添加了设置内的“系统”分组
- 禁止了游戏外选择物品和组件
- 添加了创造模式的破坏长按时间设置,默认 10 刻
- 添加了 26.1 支持
- Added BlazeSDL platform support
- Fixed an issue where presets failed to load due to order.json errors
- Added mod runtime state switching functionality
- Increased the maximum touch sensitivity to 1800
- Added a "System" section to the settings screen
- Disabled item selection and data component selection outside the game window
- Added a break holding time setting for creative mode, defaulting to 10 ticks
- Added support for 26.1
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:JKpUQi1F"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:U7KwGAnT:JKpUQi1F"
}



