All versions
1.2.0
Release
CivillisRegions 1.2.04 months ago 146
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Civillis Regions 1.2.0 - NeoForge 1.21.1
中文
新增版本
- 新增 NeoForge 1.21.1 构建。
- 功能与 Forge 1.20.1 的 1.2.0 版本保持一致:
- 自定义区域
- 子区域
- 进入/离开 HUD 提示
- 服务端 HUD 提示大小配置
- FTB Chunks 大地图/小地图叠加层
兼容性
- 适配 NeoForge 1.21.1。
- 适配 Minecraft 1.21.1。
- FTB Chunks、FTB Library、FTB Teams、Architectury 依赖更新到 1.21.1 对应版本。
- Civillis 最低依赖为 1.3.2-release。
注意事项
- FTB Chunks 叠加层仍为可选功能。
- 未安装 FTB Chunks 时,自定义区域和子区域 HUD 提示仍可正常使用。
- 子区域不会渲染到 FTB Chunks 地图叠加层。
English
New Version
- Added a NeoForge 1.21.1 build.
- Feature parity with the Forge 1.20.1 version of 1.2.0:
- Custom regions
- Sub-regions
- Enter/leave HUD notices
- Server-side HUD notice scale configuration
- FTB Chunks large map/minimap overlays
Compatibility
- Ported to NeoForge 1.21.1.
- Ported to Minecraft 1.21.1.
- Updated FTB Chunks, FTB Library, FTB Teams, and Architectury dependencies for 1.21.1.
- Minimum required Civillis version is 1.3.2-release.
Notes
- FTB Chunks overlays remain optional.
- Without FTB Chunks installed, custom region and sub-region HUD notices still work.
- Sub-regions are not rendered on FTB Chunks map overlays.
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:P6oGohdM:aln3aEOy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:P6oGohdM:aln3aEOy"
}

