Ryan Liptak

Results 613 comments of Ryan Liptak

Should be fixed in `fabric-mc1.18.2-2.4.1` and `fabric-mc1.19-2.4.1`

Closing, can't do anything unless more info is provided.

Closing, can't do anything unless more info is provided.

Got something setup for Forge now too: https://github.com/squeek502/AppleSkin#for-mod-developers

Assuming this is not a bug unless more info is given.

Sorry for not doing anything with this. I am out-of-date on how things like this are done on Forge and haven't invested the time into figuring it all out.

Ended up going with something simple: https://github.com/squeek502/AppleSkin#for-mod-developers Relevant commit is https://github.com/squeek502/AppleSkin/commit/02e9fb61d9086db0b2f661dbb7c8f4e73af945cf

If I remember correctly, luvit 1 did what @creationix suggested. Is there a foolproof way to detect if a script is running through luvit? Something like a `process.isLuvit` flag seems...

Would it be crazy to split the luvit-specific args into a separate table? Something like: ``` -- luvi args = { [0] = executable, arg1, arg2, arg3 } -- luvit...