Base set extra NewGRF and other NewGRFs treat `min_compatible_version` as OpenTTD version, when it should instead refer to NewGRF version. `min_compatible_version: version_openttd(1, 3, 0);`
Base set extra NewGRF and other NewGRFs treat
min_compatible_versionas OpenTTD version, when it should instead refer to NewGRF version.min_compatible_version: version_openttd(1, 3, 0);