Providing the player with new tools or adjusting the game interface, without fundamentally changing gameplay.
Version: 2024.10.26
Date: 2024-10-26
Changes:
- Updated to Factorio version 2.0
- Removed custom control logic; instead, only inserters that are of a burner type are enabled to leech from other entities
Version: 2024.01.04
Date: 2024-01-04
Changes:
- Updated to Factorio version 1.1
- Updated versioning style
Version: 2.1.4
Date: 2020-02-08
Bugfixes:
- Resolved on_robot_mined_entity call, voiding the global inserter table
Version: 2.1.3
Date: 2020-02-08
Bugfixes:
- Resolved issue when pickup_target had no fuel_inventory (think belts)
- Removed debugging log calls; sorry for the SPAM.
Version: 2.1.2
Date: 2020-01-24
Changes:
- Updated to Factorio version 0.18.0
Version: 2.1.1
Date: 2019-11-24
Bugfixes:
- Added validity check on remove_inserter
Version: 2.1.0
Date: 2019-11-24
Changes:
- Removed check for electric inserters as vanilla leeching method does not support electric inserters
- Re-added checks to allow for leeching to other entities
- Optimized processing - now processes 100 inserters per tick instead of 1
To Do:
- Fuel stack size checks (?)
- Check destination fuel type before leeching new fuel
Version: 2.0.0
Date: 2019-09-15
Changes:
- Utilizes the new allow_burner_leech functionality from C++ (Thanks Klonan)
Version: 1.0.8
Date: 2019-09-08
Bugfixes:
- Fixed inserter-putting-coal-on-my-belts bug
Version: 1.0.7
Date: 2019-08-24
Changes:
- Increase fuel limit to 5 fuel items (Thanks okradonkey!)
Version: 1.0.6
Date: 2019-08-24
Bugfixes:
- Fixed initialisation checks for inserters (Thanks okradonkey!)
Version: 1.0.5
Date: 2019-08-09
Bugfixes:
- Added check for electric inserter replacement of burners
Version: 1.0.4
Date: 2019-08-06
Bugfixes:
- Added another check when searching for changed inserters
Changes:
- Optimized initialisation
- Reduced log SPAM
Version: 1.0.3
Date: 2019-08-04
Bugfixes:
- Added extra check for inserters at leeching time
Version: 1.0.2
Date: 2019-08-04
Changes:
- Added warptorio compatibility
Version: 1.0.1
Date: 2019-08-02
Changes:
- Initial Release
- Added burner-fuel-bonus compatibility