0.0.1-beta-forge
Compatibility
Changes
RTS Building: Build From Above - Forge 1.20.1 Beta
English
This is the first Forge 1.20.1 beta build of RTS Building: Build From Above.
It brings the core RTS building experience to Minecraft 1.20.1 Forge:
- overhead RTS-style building and interaction
- linked storage browsing
- compact inventory storage overlay
- quick storage access
- craft/storage overlay support
- refreshed public-facing assets and metadata
This build is intended for players and modpacks still on Forge 1.20.1. Some newer 1.21.1 NeoForge features are still being ported and validated, so please treat this as an early Forge beta.
中文
这是 RTS Building: Build From Above 的第一个 Forge 1.20.1 beta 版本。
它把核心 RTS 建造体验带到了 Minecraft 1.20.1 Forge:
- 俯视角 RTS 风格建造与交互
- 联动储存浏览
- 紧凑的物品栏储存 overlay
- 快捷储存访问
- Craft / Storage overlay 支持
- 更新后的公开资源、图标与模组信息
这个版本主要面向仍在 Forge 1.20.1 的玩家和整合包。部分 1.21.1 NeoForge 主线的新功能仍在继续移植和验证,因此请把它视为早期 Forge beta 版本。
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:5PkY7RJI:sFLYG6vx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5PkY7RJI:sFLYG6vx"
}

