All versions
1.1.3
Release
6kua Quality of Life 1.1.3last month 31
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client-side
Changes
本次更新 v1.1.3
- 新增「單一裝備匯出」:背包中對裝備按 [Y] 複製該裝備的衣櫥碼(按鍵可改)
- 新增「裝備標記」:Alt+右鍵標記裝備,右上角顯示星號,並在商店交易欄隱藏避免誤售
- 背包排序新增三種模式(預設/數量/等級),整理過程中可按中央停止鈕中斷
- 新增「密語提示音」:收到他人密語時播放提示音
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:eXdLsgjq:3iHV2oZP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eXdLsgjq:3iHV2oZP"
}

