Electric Vehicles Lib: Reborn


Contains all the support code that allows for electric vehicles and their recharging. Powers the the Electric Vehicles: Reborn mod. Based on mknejp's Electric Vehicles mod

4 years ago
0.16 - 0.18
56
Owner:
KuraiK4rasu
Source:
https://github.com/March3wQa/Electric...
Homepage:
https://mods.factorio.com/mod/electri...
License:
MIT
Created:
5 years ago
Latest Version:
0.1.3 (4 years ago)
Factorio version:
0.16 - 0.18
Downloaded by:
56 users

Support library containing all the logic required by Electric Vehicles to do its job. Useful for mods who want to make use of the functionality but are not interested in all the baggage prototypes that comes with Electric Vehicles. To do that simply register your own item and equipment prototypes using the remote interface which is described in remote.lua. See the electric-vehicles mod for a more involved usage example.

All the library does is recognize a special item called a transformer inside a vehicle's equipment grid, and consume its energy to fill the vehicle's energy buffer, allowing it to drive using electricity generated or stored in the equipment grid.
Please use GitHub to report issues and suggestions.

Re-make of mknejp's Electric Vehicles Lib mod. https://mods.factorio.com/mod/electric-vehicles-lib
I used mknejp's artwork and ideas.