Links
Tags
Creators
Details
2.0.0+1.21.4
Compatibility
Required content
Changes
New:
-
Updated to 1.21.4 I made this mod the summer before going to college, and so I've been quite busy and wasn't able to find time to update the mod until now. So now it works on 1.21.4, in which Mojang futzed with how blocks are registered. And I had no idea what I was doing before, and so I certainly don't know. But I got it working.
-
Pale Oak Clapboard
Replacing the Painted Clapboard, there is now a new Pale Oak Clapboard block with an appropriate texture. This does mean that any world with Painted Clapboard from a previous version of the mod will now no longer work, which is why we're now on v2.0.0.
Changes:
-
Painted Clapboard removed.
Painted Clapboard has been replaced with a clapboard for the new white wood block, Pale Oak Clapboard. No need to have two different white clapboards. This does mean that any world with Painted Clapboard from a previous version of the mod will now no longer work, which is why we're now on v2.0.0. -
Mexican Spanish translation fixed.
Apparently when I made the Mexican Spanish translation I just royally messed it up, and Cherry Clapboards were called Crimson Clapboards and vice-versa. I fixed that for this version! -
Condensed Creative support still exists.
The data required for Condensed Creative support to work is still in the mod, but seeing as Condensed Creative hasn't been updated to 1.21.4 yet, it isn't particularly useful at the moment. But as soon as they update it should work, unless in updating they change their data structure.
Optional dependencies
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:eLgDdBhb:kwL7DQKb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eLgDdBhb:kwL7DQKb"
}

