FS25 Straw Converter

Purpose
Convert custom straw-type fill types into base-game STRAW so they can be used in husbandries and other systems that only accept standard STRAW.

Current defaults
- Price: 25000
- Input capacity per custom straw type: 2000000 L
- Straw output capacity: 10000000 L

How to add more custom straw types
1. Open customStrawTypes.json
2. Add a new entry like:
   {
     "fillType": "CANOLA_STRAW",
     "displayName": "Canola Straw"
   }
3. Run Update-StrawConverter.cmd
4. Re-zip the contents of this mod folder as FS25_StrawConverter.zip for testing

Notes
- Every listed custom straw type is converted into base-game STRAW.
- The update script regenerates:
  - production recipes
  - accepted unload fill types
  - accepted bale fill types
  - input storage capacities
- Straw output remains base-game STRAW.

Main files
- StrawConverter.xml
- customStrawTypes.json
- Update-StrawConverter.ps1
- Update-StrawConverter.cmd
