Links
Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
Updated last month
All versions
0.1.0+forge-1.20.1
Beta
Local Capes 0.1.0+forge-1.20.1last month 65
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Required content
Unavailable version
Changes
LocalCapes 1.0.0
Built-in Capes / 内置披风
- 49 bundled vanilla capes across 7 categories: Account, Staff, Physical Events, Virtual Events, Personal, Competition, and Volunteer
- 内置 49 件原版披风,涵盖账号相关、员工、线下活动、线上活动、个人、竞赛、志愿者七个分类
Features / 功能
- Open the cape picker via the inventory button or press H 在物品栏点击「披风」按钮或按 H 打开选择界面
- Browse capes by category with hover descriptions and origin history 按分类浏览,悬停显示披风描述和来历
- Sort by default (Wiki) order or by name 支持按默认(Wiki)顺序或名称排序
- Load custom capes from
config/localcapes/as PNG files 支持从config/localcapes/加载自定义 PNG 披风 - Upload and delete local capes directly in-game 游戏内直接上传和删除本地披风
- Commands:
/localcapes,/localcapes reload,/localcapes none命令支持:/localcapes、/localcapes reload、/localcapes none - Supports both Fabric and Forge (Minecraft 1.20.1) 同时支持 Fabric 和 Forge(Minecraft 1.20.1)
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:EOFf1lfc:tuieNDYK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EOFf1lfc:tuieNDYK"
}

