Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 2 months ago
All versions
Fabric-1.0.0-mc26.1
Release
Legacy Terrain 1.0.02 months ago 180
Compatibility
Minecraft: Java Edition
26.1
Platform
Fabric
Supported environments
Client and server
Changes
Legacy Terrain 1.0.0 (Fabric 26.1)
Added
- Added Legacy Terrain content for Minecraft 26.1.
- Added custom legacy-themed blocks, items, recipes, loot tables, advancements, and world preset data.
- Added locator-style items for finding legacy terrain destinations in-game.
- Added a dedicated creative tab for Legacy Terrain content.
Changed
- Updated the mod target to Minecraft 26.1.
- Updated Fabric Loader compatibility to 0.19.3 or newer.
- Updated Fabric API compatibility to 0.145.1+26.1.
- Refined release metadata so the mod is identified correctly for the Fabric 26.1 environment.
Fixed
- Fixed the Minecraft version requirement so the mod loads on Minecraft 26.1.
- Fixed release metadata that could incorrectly require a newer Minecraft version.
- Fixed the built resource metadata to match the source release requirements.
Verified Requirements
- Minecraft: 26.1
- Fabric Loader: 0.19.3 or newer
- Fabric API: 0.145.1+26.1
- Java: 25 or newer
- Build verification: passed with Gradle
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:6CNSOkGw:cILePBz2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6CNSOkGw:cILePBz2"
}

