build_planner
Calculates materials needed to craft a set of machines, breaking down bars to ore+coal+furnace-time and tapper products to tapper-nights, then compares with save inventory to show what is still needed.
Instructions
Total materials to craft a set of machines, with bars rolled down to ore + coal + furnace-time and tapper products (Oak Resin, Maple Syrup, Pine Tar) rolled down to tapper-nights, then compared against the save's inventory (still_needed). Answers 'what do I need to build 20 kegs + 5 tappers, and how much ore/coal/furnace time?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | Machines to build, e.g. '20 Keg, 5 Tapper' or '20 kegs'. | |
| tappers | No | Spare tappers available, to estimate resin/syrup gathering time. | |
| furnaces | No | Furnaces available, to estimate parallel smelting time. | |
| save_path | No | Path to a save file OR a save folder (e.g. .../Saves/Farm_123 or .../Saves/Farm_123/Farm_123). Leave empty to use the save configured at server startup (--save/--save-dir or SDV_SAVE_PATH/SDV_SAVE_DIR). The server never auto-discovers saves; one must be configured or passed explicitly. |