1.0.0
Compatibility
Changes
Extremely early alpha release of the mod. It's quite stable, and has been tested in both a lightly and heavily modded environment. Currently, only the Vinewood Hardlands and its trees are present in the mod, alongside support for use of vinewood planks in the following recipes:
- Crafting Table
- Sticks
- All wooden tools
As of now, vinewood leaves do not decay. I will have to figure out how to fix this at some point.
All textures and tints in the mod so far were rushed, and are quite liable for overhauls later on in development.
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:wIHJf6qM:GYrEhYQf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wIHJf6qM:GYrEhYQf"
}

