That is, the game changes more lua libraries/functions than are listed at https://lua-api.factorio.com/latest/Libraries.html
One example I know of is the random.set_seed, whose "silent deletion" caused me unending headaches back in 2016 when I was designing Oreverhaul: viewtopic.php?f=25&t=34941&p=217395#p217550
I imagine this is not the only such missing function.
New 'libraries' page in documentation is missing 'changed' entries
Re: New 'libraries' page in documentation is missing 'changed' entries
Reminder for future me: It's math.randomseed() which is deleted and math.random() which is changed to be deterministic.
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.
Re: New 'libraries' page in documentation is missing 'changed' entries
The functions are now documented.
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.