mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-03-19 10:50:20 +01: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.