Links
Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
Updated 2 months ago
All versions
2.2.0-neoforge.1-windows+1.21.1
Alpha
NeoForge Server Port - Windows DirectML2 months ago 947
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Dedicated servers only
Changes
2.2.0-neoforge.1 - Initial NeoForge Server Port
- Added initial NeoForge 1.21.1 dedicated-server port of Terrain Diffusion.
- Requires NeoForge 21.1.233+ and Java 21.
- Supports server-side Terrain Diffusion world generation via server.properties.
- Added Windows DirectML GPU inference support. Bundles ONNX Runtime DirectML support inside the jar.
- Added automatic model download/validation for Terrain Diffusion model assets.
- Added /td-explore terrain explorer web UI support.
- Added per-world Terrain Diffusion scale persistence.
- Added server config for GPU/CPU mode, model validation, explorer port, tile size, and spawn search.
- Known limitation: this port is currently server-side only and does not provide the Fabric mod’s client world-creation UI.
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:eegya3Bv:jBnjXIdJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eegya3Bv:jBnjXIdJ"
}

