Skip to content

v1.2.4.0

Choose a tag to compare

@TheCodingDad-TisonK TheCodingDad-TisonK released this 29 Jul 19:38
· 53 commits to main since this release
bcbfb66

SCS v1.2.4.0 — Reinke A22 center-pivot integration

🚜 New: Reinke A22 Center-Pivot Irrigation

The ecosystem's first dedicated irrigation placeable integrates into SeasonalCropStress through the IrrigationManager. Full MP support, terrain-following towers, the real SCS schedule dialog, and per-field moisture management.

🐛 Fixes

  • Coverage detection uses the real field polygon (field.polygonPoints) instead of a flat 50m label-point box
  • PDA Irrigation tab now iterates covered fields correctly (ipairs, not pairs), so "fields irrigated" stats and "Active" column work
  • The pivot's boom now sweeps under SCS schedule control (autoRotate engages when SCS activates the system)
  • Cross-mod handle: the pivot reaches the SCS schedule dialog through g_currentMission.cropStressManager, not a bare mod-global (the bare-global trap documented in SettingsHubBridge)

🏗 Bedrock Bridges

SettingsHub bridge only (registerModule("SeasonalCropStress")). StateLedger, NetworkSync, and MasterHUD held behind the #89 rebuild per standing rule: do not bridge target-spec code.