Enki
Enki
sure, that would at least reduce repetition a bit. Though then the case to check against any key would be another special case, instead of just matching against ".*"
Not really, I do feel like it would be nice to have an actual function for it, since right now I had to actually look into the source code to...
what's the status of this? The above-mentioned issues seem to be resolved, so I'm thinking this could be worked on? I'm currently trying to do a no player interaction run...
Sadly I don't know anything about MC mod dev =/. Good to know that there are no blockers though, makes me optimistic that this might happen soon =D
Well, if I ever get into MC modding I'll look into it =)
Sure, I will start working with the sound backend for my current project in a week or two, so I'll look into it at that point. (If anyone else feels...
Since the functions are already at the top, and have a very definite purpose, changing them is pretty easy: ```lua local isdir = function(item) return love.filesystem.getInfo(item).type == "directory" end --love.filesystem.isDirectory...