Bonnies wrote:having LunaLUA installed increases the block limit from 16,384 to 20,000
Jayce 777 wrote:The game can't really handle any larger limits.
So, neither of these things are strictly true.
Firstly, LunaLua extends the warp limit, but not the block limit. The editor debugger has always mis-reported the number of available objects of every type.
Secondly, increasing things limitlessly is not possible. However, increasing them by such a margin that they will be effectively limitless (as in, you'd never be able to hit the limit) is doable, but not through Lua code - it would have to be done in the LunaLua core.
Thirdly, this is a planned feature in future versions of LunaLua, as far as I'm aware.