Tags
Creators
Details
All versions
1.1.0
Release
Square Border MITE 1.1.0last month 101
Uploaded by
Compatibility
Minecraft: Java Edition
1.6.4
Platform
Legacy Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
v1.1.0(样式扩展、配置分页与构建修复)
新增功能
- 方块/实体独立样式:方块选中框与实体碰撞箱可以分别配置颜色、线宽、透明度、动画和填充
- 预设主题:新增
Custom、Classic Black、Red / Blue、Rainbow、Low Alpha、Bold预设 - 填充模式:新增
Outline Only、Fill Only、Outline + Fill - 可见性控制:描边与填充可分别设置为正常遮挡或透墙可见
- 动画模式:新增
Animated、Static Gradient、Breathing Alpha、Off - 配置分页:配置界面拆分为
Common、Gradient、Solid、Hotkey四个分页按钮 - 多语言补充:新增俄语语言文件,并扩展中英文配置文本
- 文档与许可:README 增加中文说明,项目添加 MIT 许可证
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:nbP3PnWI:paEqjlrd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nbP3PnWI:paEqjlrd"
}

