mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-04-04 19:50:34 +02:00
Continuation Passing Style lets me use minetest.after, so the server gets a chance to not hang in between every stack iteration. Could even set minetest.after(1000,nextone) if you want to see it extend once every second.