Immersive Wood
The author built this one for Minecraft 1.20.1 on Forge. On other versions it may install and then do nothing.
Version note: Immersive Wood 2.0.0+ is for Minecraft 1.21.1 (NeoForge) and is where active development is happening going forward. The 1.20.1 (Forge) version is still available but is on the older feature set. It does not have features such as Knapping and the new JSON-based custom chopping recipe system.
Overhauls early-game progression by removing 'magic' crafting. Requires players to manually process logs on Chopping Blocks, physically ignite unlit campfires with a Fire Starter, and utilize primitive Flint tools.
Important note: vanilla wooden and stone tools are still there, but if you are a modpack developer, I highly recommend customizing the wooden and stone tool tiers; perhaps removing their recipes to create more grounded and involved early game content.
✨ Features
- Manual Wood Processing: Crafting table recipes for planks are disabled. You must place logs on a Chopping Block and hew them with an axe.

- Unlit Campfires: Campfires are placed unlit by default. You cannot just plop down instant safety!

- Primitive Fire Starter: A new early-game tool crafted from sticks. Hold right-click to rub them together and ignite your fires.

- Flint Toolset: A complete set of Flint tools (Pickaxe, Axe, Shovel, Hoe, Sword).
📖 Quick Guide
Scavenge flint from gravel and knap two flints together to make a Flint Axe Head. Pair the Axe Head with a stick (snap one out of a sapling) to assemble your first Flint Axe. Stack two matching logs into a Chopping Block and start swinging that axe at logs to turn them into planks.
🔧 Adding your own Chopping Block recipes (only available in +1.21)
You can add your own input/output pair with a plain JSON file shown below using KubeJS. Don't forget to drop the JSON file under the kubejs/data/<any_namespace>/recipe/
{
"type": "immersivewood:chopping",
"ingredient": {
"tag": "minecraft:planks"
},
"result": {
"id": "minecraft:stick",
"count": 4
}
}
⚙️ Highly Configurable
Immersive Wood comes with a config file letting you tune how strict the wood-chopping experience is. You can adjust how many planks a Chopping Block gives per log, disable the vanilla shortcut for crafting planks directly from logs, and/or make breaking logs by hand (without an axe) much slower. Find it in your config folder as immersivewood-common.toml after first launch.
📦 Modpacks & Permissions
You are free to use Immersive Wood in any modpack! The only condition is that the mod files must be downloaded via CurseForge or Modrinth.
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.20.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on CurseForge — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as immersivewood-1.1.3.jar — drop this file into the mods folder
- Download size: 76 KB
- Download link checked 12 Sept 2026 — working
These come from our own check of the pack file, not from the source page.