BlockBreaker
Explanation
Their is now a new machine, that can instantly replace a block with another, and as the BlockBreaker can it be configured to need a tool for it.
Use cause
For example, can it be configured to create convert logs into stripped logs, or
Concrete Powder into
Concrete.
Configuration
Remember that several different machine types can be configured with the same type.
Code (YAML):
wood-blockreplacer:
max-energy-consumption
: 10
use-tools
: true
# If this machine need tools.
tools
:
# The tools that need to be used, and their durability that should be taken.
diamond_axe
: 5
iron_axe
: 3
replacements:
1:
from
: oak_log
to
: stripped_oak_log
2:
from
: birch_log
to
: stripped_birch_log
info:
title
:
"BlockReplacer"
display-energy
: true