Simple Woodcutter

Quick rating

Community listing page, reviews here may not be monitored by the author.

Simple Woodcutter

No reviews yet

This mod adds a simple vanilla-like woodcutter. It's easy to craft and it has over 100 built-in recipes. You can also use it in your own mod, for example to add custom recipes to your custom wood etc.

Mod Loaders
Minecraft
26.2

About

Description

This mod adds a simple vanilla-like woodcutter. It's easy to craft and it has over 100 built-in recipes. You can also use it in your own mod, for example to add custom recipes to your custom wood etc.

EXAMPLE:

{
"type": "simple_woodcutter:woodcutting",
"count": 4,
"ingredient": {
"tag": "minecraft:acacia_logs"
},
"result": "minecraft:acacia_planks"
}

This mod adds a simple vanilla-like woodcutter. It's easy to craft and it has over 100 built-in recipes. It might be very useful in many cases. The block works like the stonecutter but... for wood! It makes some recipes look more realistic, because what do you mean I get one button for 1 planks block? Where did the rest of the wood go? Thanks to this mod almost every piece of wood is used. You can even turn your boat back into 5 planks! For jei users? There's a jei compat in this mod. You can see recipes from my category in a special woodcutting category in jei gui. You can also use it in your own mod, for example to add custom recipes to your custom wood etc.

EXAMPLE:

{
  "type": "simple_woodcutter:woodcutting",
  "count": 4,
  "ingredient": {
    "tag": "minecraft:acacia_logs"
  },
  "result": "minecraft:acacia_planks"
}