SIF + Lignumis: Agricultural Tower Output Fix deprecated

by Daulton

Fixes the permanent 'Not enough space in the output' error on agricultural towers (e.g. the Lignumis Burner Agricultural Tower) when Space is Fake is installed. SIF expands tree harvests to many possible product types; towers with small output inventories can then never satisfy the engine's worst-case space check. This patch sizes every agricultural tower's output to fit. Code written entirely by Claude Fable.

Tweaks
11 days ago
2.0
5
Planets

Changelog

Version: 1.0.0
Date: 2026-06-12
  Features:
    - Initial release.
  Bugfixes:
    - Fix permanent "Not enough space in the output" on agricultural towers when Space is Fake
      expands tree-plant harvest results beyond the tower's output slot count. Applies to all
      agricultural-tower prototypes (Burner Agricultural Tower from Lignumis, vanilla
      Agricultural Tower, Diesel Agricultural Tower from Pelagos, and any others).
  Info:
    - Root cause: Space is Fake's data-final-fixes replaces tree-plant.minable.results with a
      large list of possible drops (wood, spoilage, kr-biomass, ~10% chance of each seed item).
      The engine requires output space for every possible product type before harvesting; the
      Lignumis burner tower only has 3 output slots. This mod counts the largest plant product
      list at the end of the data stage and raises output_inventory_size to fit (never shrinks).
    - Diagnosed and authored by Claude Fable (Anthropic AI), at the request of Daulton.