Reconstructor
A Minecraft Forge mod that adds a machine for automatically repairing damaged items using Forge Energy.
Features
- Automatic Item Repair: Place damaged items in the Reconstructor and it will repair them using Forge Energy (FE)
- Configurable Energy Cost: Adjust how much FE is needed per damage point
- Blacklist/Whitelist System: Restrict which items can be repaired
- Scaled Repair Option: Faster repair when items are less damaged
- Automation Compatible: Works with hoppers and item pipes
- Convenient GUI: Includes armor and offhand slots for quick access
Requirements
- Minecraft 1.20.1
- Forge 47.0.0+
Installation
- Install Minecraft Forge for 1.20.1
- Download the latest release from the releases page
- Place the JAR file in your
mods folder
Recipe
Craft the Reconstructor using an Anvil surrounded by 8 Iron Ingots:
[Iron] [Iron] [Iron]
[Iron] [Anvil] [Iron]
[Iron] [Iron] [Iron]
Configuration
The mod can be configured via config/reconstructor-common.toml:
energyPerPoint - FE cost per damage point repaired (default: 1000)
restrictRepairs - Enable blacklist/whitelist mode
scaledRepair - Repair speed scales with remaining durability
blacklist / whitelist - Item registry names to restrict
Commands
/reconstructor_blacklist add <item> - Add item to blacklist
/reconstructor_blacklist remove <item> - Remove item from blacklist
/reconstructor_blacklist list - Show current blacklist
Credits
Originally created by smbarbour for Minecraft 1.12.2, migrated to 1.20.1.
https://www.curseforge.com/minecraft/mc-mods/reconstructor
with Permission from smbarbour to upload it