Hello;
From what I can tell, no changes have been made to AAI loaders beyond localisation fixes and a version change to factorio 2.1; as a result, this mod can be forced to work with factorio 2.1 by adjusting the versioning in the .json file of the mod.
The JSON file's contents can be replaced with the following:
{
"name": "aai-loaders-sane",
"version": "1.0.5",
"title": "AAI Loaders, a sane rebalance",
"author": "Sam_Bucher",
"factorio_version": "2.1",
"dependencies": [
"base >= 2.1.9",
"? space-age >= 2.1.9",
"aai-loaders >= 0.3.0",
"(?) pypostprocessing >= 3.0.0",
"(?) wood-logistics >= 2.0.0"
],
"description": "Rebalances the AAI Loaders in a sane manner. Specifically, it makes the loaders get unlocked with the respective logistics technology, and their recipes similar to those of splitters."
}
Remember to repackage the mod's zip file with the new version [1.0.5], or changes may not work as expected.