All versions
1.0.0
Release
Goety Dimension 1.0.02 months ago 108
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
中文
首个公开版本
- 新增:诡厄维度,保留维度 ID
starlit_realm:starlit_realm。 - 内容:5 个真实群系、Goety 方块地表、自定义 Java 噪声生成器、维度传送核心。
- 世界生成:虚空沼泽液态虚空深池、黑暗森林诡厄树、秘仪尖峰、咒月荒原、幽晶林。
- 结构:Goety Dark Manor 可在咒月荒原生成,Crypt 可在维度地下生成,Sorcerous Keep 可在黑暗森林生成。
- 兼容:Minecraft 1.20.1、Forge 47+、Goety 2.5.53.0+。
- 注意:旧区块不会自动更新,需要前往新区域或重置维度数据。
English
Initial Public Release
- Added: Goety Dimension using the stable dimension ID
starlit_realm:starlit_realm. - Content: five real biomes, Goety-block terrain, custom Java noise generation, and a craftable portal core.
- Worldgen: deep void-fluid swamps, Goety-themed dark forest trees, arcane spires, cursed moon wastes, and ghost crystal forests.
- Structures: Goety Dark Manor in Cursed Moon Wastes, Crypt underground, and Sorcerous Keep in Dark Forest.
- Compatibility: Minecraft 1.20.1, Forge 47+, Goety 2.5.53.0+.
- Notes: existing chunks do not regenerate; travel to new chunks or reset the dimension data to see new generation.
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:VemHP4Mg:DC4hFP7L"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VemHP4Mg:DC4hFP7L"
}
