All versions
2.0.1
Release
Immersive Wood 2.0.16 days ago 11
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
ImmersiveWood 2.0.1
A full rewrite for Minecraft 1.21.1 (NeoForge), with several new features and reworked mechanics on top of the port.
Platform
- Ported from Forge 1.20.1 to NeoForge 1.21.1.
Knapping
- Removed the old "3 flint→ axe head" crafting recipe.
- Flint tool heads (pickaxe, axe, shovel, hoe, sword) are now knapped by hand: hold a Flint in each hand and right-click to strike them together. Every 3 hits progress the offhand Flint to the next stage.
Data-Driven Chopping Recipes
- The Chopping Block still converts all 10 vanilla log types into planks, with output count controlled by the existing config option. On top of that, anyone can now add their own chopping recipes with a plain JSON file, including recipes that don't involve wood at all (for example, plank → stick).
Balance
- Flint tools now have 160 durability with the same mining properties as stone tools.
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:mdiA63S9:hjAunDdS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mdiA63S9:hjAunDdS"
}

