1.5+mod
Compatibility
Changes
updated to 1.21.2-1.21.8
-
Added Pale Oak Trapdoor
-
Changed project to Increased Trapdoors Recipe Output to be inclusive of metal trapdoors (previous name was 6 Trapdoors).
-
Removed mod support because some internal stuff change in some updates and it's too much for me when I'm not playing with any content mods at the moment. If I do bring back mod support eventually, it'll be a separate datapack/mod instead of being part of this one.
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:nV1v0CtU:ouw0XhPV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nV1v0CtU:ouw0XhPV"
}

