1.3.3
Compatibility
Required content
Changes
-
修复存钱罐碰撞箱朝向错误,初步修复hud数字重复计算错误(未完全解决,在初次加载时仍有概率出现重复计算,但在后续操作中重复计算的问题已经解决了)。
Fixed piggy bank hitbox orientation error, initially fixed HUD number double counting error (not fully resolved, there is still a chance of double counting on the first load, but the problem of double counting in subsequent operations has been resolved).
-
修复了存钱罐掉落时体积过小的错误。
Fixed a bug where the piggy bank was too small when dropped.
-
修复hud配置界面错误,移除失效的按钮。
Fixed errors in the HUD configuration interface and removed invalid buttons.
-
为hud配置界面添加了可实时预览hud位置的功能。
Added a feature to the HUD configuration interface that allows for real-time preview of the HUD’s position.
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:33haE7q6:kAfzhz3I"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:33haE7q6:kAfzhz3I"
}

