Factory | Machines & Generators | Mange energy icon

Factory | Machines & Generators | Mange energy -----

Place, connect, and power machines and generators for automation.




Code (YAML):

# ==============================================================================
# NEXO INTEGRATION CONFIGURATION
# Link your custom Nexo items and blocks to your Factory machines.
# ==============================================================================

# Set to true to enable the Nexo integration for the Factory plugin.
enabled
: false

items
:
  # ----------------------------------------------------------------------------
  # HOW TO LINK:
  # 1. The first key (e.g., 'connector') is your unique Machine ID.
  #    This MUST match the ID you created in '/components/<component>.yml'.
  # 2. 'nexo-namespaceid' is the exact ID used in your Nexo configuration.
  # ----------------------------------------------------------------------------

  connector
: # Your unique Factory Machine ID
    nexo-namespaceid
: "second:super-connector" # The custom Nexo item/block ID

  auto-builder
: # Another Factory Machine ID
    nexo-namespaceid
: "second:super-blockbreaker" # The custom Nexo item/block ID
 
----------, Mar 20, 2026

Dropped support for 1.21.11.
----------, Feb 25, 2026

BlockReplacer

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 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
----------, Nov 15, 2025

Supported versions: 1.20.6-1.21.10
Blockbreaker config update:
Code (YAML):
 tools:
    materials
: # The materials that's the machine can break using an item/tool.
      - coal_ore
      - diamond_ore
      - iron_ore
    allowed-tools
: # The tools that can be used to break blocks.
      - iron_pickaxe
    take-durability
: true
How to update:
Insert the tools YAML section into the current blockbreaker sections.
----------, Nov 9, 2025

Added support for 1.21.6-1.21.8, for both Paper and Spigot.
----------, Jun 27, 2025

Resource Information
Author:
----------
Total Downloads: 5
First Release: Jun 24, 2025
Last Update: Mar 20, 2026
Category: ---------------
All-Time Rating:
0 ratings
Find more info at wilmer.gitbook.io...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings