mspielberg / factorio-railloader

Rapidly load and unload trains of bulk materials.
GNU Lesser General Public License v3.0
9 stars 19 forks source link

Fix LuaItemStack API call when LuaItemStack was invalid for read. #50

Open deividgabrielpeira opened 2 months ago

deividgabrielpeira commented 2 months ago

Closses: #38, #45

Fixed a bug in the blueprint setup function where the find_railloaders_in_area function was not defined, causing the script to fail when attempting to locate railloaders within a specified area. The find_railloaders_in_area function is now properly defined and integrated, ensuring the blueprint setup process works correctly.

deividgabrielpeira commented 2 months ago

image