
QuickScale
QuickScale 是一款为 Minecraft Fabric 设计的效率工具模组,提供快速调整游戏交互范围与实体尺寸的快捷键功能,并支持实时配置。适用于建筑玩家、测试者和希望提升操作效率的玩家。 QuickScale is an productivity tool mod designed for Minecraft Fabric that provides shortcut keys to quickly adjust the game's interaction range and entity
Links
Tags
Creators
Details
1.0.0
Compatibility
Required content
Changes
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:HKFyJODO:SiwBYBVa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HKFyJODO:SiwBYBVa"
}


