0.0.2-1.18.2
Compatibility
Changes
Added the 5 Postknight wood types:
- Walnut
- Maple
- Frozen Fir
- Cypress
- Coral
(Note that in some cases, most notably Coral and Cypress, the colours were muted slightly to make them feel less out of place in Minecraft)
Where there is ambiguity around what type of tree is actually involved, I have attempted to match the logs to one of the background trees and gone from there. For example, Maple was assigned as the purple and pink pine-looking tree in Violetfair, despite my own botanical objections to this.
Added all normal wood blocks for the above:
- Logs
- Stripped Logs
- Wood
- Stripped Wood
- Planks
- Pressure Plates
- Buttons
- Signs
- Saplings
- Leaves
- Doors (based on doors from the settlement in the region the wood is from)
- Trapdoors
- Fences
- Fence Gates
- Stairs
- Slabs
Boats have not been added.
Also added natural generation for trees:
- Walnut in forests (to match Maille)
- Maple in swamps (to partially match Violetfair, until a custom biome is later added)
- Frozen Fir in taiga biomes (to match Aldor)
- Cypress in jungles (to match Sagacia)
- Coral in windswept savannas, which will be changed later to deserts.
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:HiLJ667b:ukFYMWSO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HiLJ667b:ukFYMWSO"
}

