Factorio Standard Library

by Kryzeth

Unofficial fork of the Factorio Standard Library, which was a project to bring Factorio modders high-quality, commonly-required utilities and tools. Compatibility with older mods which relied on the original stdlib mod is not guaranteed.

Internal
12 days ago
2.0 - 2.1
95.0K

b [Fixed] attempt to compare number with nil

a month ago

no crash, but a message in game
@kry_stdlib/stdlib/core.lua:44: kry-picker-extended:kry_stdlib/stdlib/entity/inventory.lua:107: attempt to compare number with nil

at holding a newly created blueprint

a month ago
(updated a month ago)

I was wondering why I couldn't trigger this message; blueprints aren't named by default, are they? The issue only appeared when holding a named blueprint (which might explain why I never stumbled into it; I don't name my blueprints lol).

Required a minor fix on both ends (the message was hiding some broken functionality on Picker's side, regarding its Belt Brush)

But should be fixed in v2.2.13 of stdlib and v1.2.3 of Picker Extended

New response