Skip to content

v1.2.3.3 — Placeable warning cleanup

Choose a tag to compare

@TheCodingDad-TisonK TheCodingDad-TisonK released this 13 Jun 06:35
· 79 commits to main since this release
2f40ba7

Fixes #94 — the irrigation placeables were missing the optional area definitions FS25 expects, which spammed the log with warnings on every load.

What changed:

  • dripLine.xml now ships the four empty area tags (clearAreas, indoorAreas, aiUpdateAreas, levelingAreas), removing 4 warnings per placed drip line
  • centerPivot.xml got the same tags, so placing a center pivot no longer throws those warnings either
  • waterPump.xml already had them, so all three irrigation placeables are now clean

No gameplay changes. Just a quieter, cleaner log.