While updating my WarpDrive mod preloaded LUA scripts, I've noted a few issues.
Issue #1:
As of OC 1.7.10-1.6.0-beta.1, autorun.lua scripts provided by my mod were automatically executed.
As of OC 1.7.10-1.6.2, the same scripts are no longer loaded when starting the computer. However, they'll run if I break/place my block.
From a LUA console, filesystem autorun is reported as enabled (filesystem.isAutorunEnabled() returns true).
If I "install" them, they are copied in / but still won't autorun. Same goes if I copy them in /home.
How are we supposed to have autorun now with Op