retweetBlockReplacer

Explanation 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 convert logs into stripped logs, or Concrete Powder into Concrete. Configuration

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

Last updated