A Dyson Sphere Program mod. When you click a building in the bottom build bar that you have none of in your inventory, and you do have the materials to make it, the mod queues the full craft into the mecha replicator instead of just flashing "insufficient materials."
The recursion (queue the gears and rods needed for the assembler, etc.), the affordability
check, material reservation and refund-on-cancel are all handled by the game's own
MechaForge.AddTask — this mod is only the trigger.
Clicking a building you own 0 of:
| Situation | Result |
|---|---|
| Full craft tree affordable from current inventory | Queued to the replicator (one craft). Tip + click sound. |
| Missing raw materials somewhere in the tree | Nothing queued; vanilla "insufficient materials" feedback. |
| Recipe locked / not handcraftable | Nothing queued; vanilla feedback. |
| You already own ≥1 | Unchanged — selects into your hand as normal. |
| Double-click | Unchanged — opens the replicator focused on the item. |
AddTask), so construction continues
instead of stalling on "insufficient materials." Enable with
Placement.AutoCraftWhilePlacing = true.+3 / 12s).General.Enabled (default true) — master switch.General.CraftsPerClick (default 1) — handcraft executions queued per build-bar click.Feedback.ShowTip (default true) — on-screen "Queued to replicator" tip.Feedback.PlaySound (default true) — build-menu click sound on queue.Placement.AutoCraftWhilePlacing (default false, opt-in) — top up crafts when you run dry mid-build.Placement.PlacementBuffer (default 5) — how many to keep queued while placing on empty.Placement.CheckIntervalTicks (default 10) — ticks between placement top-up checks.UI.ShowBarOverlay (default true) — show queued qty + ETA on build-bar icons.