kepler155c / opus-apps

Computercraft Applications for Opus OS
MIT License
30 stars 27 forks source link

Fix storageGen.lua, move it out of apps #59

Closed Kan18 closed 2 years ago

Kan18 commented 2 years ago

storageGen.lua broke some time ago, since Milo stores non-used nodes in the config with an "ignore" type, so if Milo was ever launched before storageGen.lua, then storageGen.lua wouldn't work. Also, storageGen.lua used to be stored in packages/milo/apps but it seems some shell or package changes have made that no longer in the shell path, so I moved storageGen.lua out of packages/milo/apps.

xAnavrins commented 2 years ago

Oh, I fixed that exact storageGen issue a while ago but I must've forgot to commit it...