Tags
Creators
Details
1.0.1
Compatibility
Required content
Changes
ANNOUNCING BREAKING CHANGES!
Datapacks have temporarily been left in this update, however in the next update they'll be fully removed. In this update, a new config was added, you can find it in your Minecraft folder in /config/Underlay, underlay.json. For updated instructions, see the mod description.
Other changes:
- Placement is now like vanilla (so you can click on any face to place an overlay, and you can have an upper/bottom slab for e.g.)
- Various performance improvements
- Fixes some rendering issues (hopefully) in 1.21.11
If you notice any performance or rendering issues, please report ASAP!
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:iltKD9qU:qDyybRVf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iltKD9qU:qDyybRVf"
}

