Open S-S-X opened 2 years ago
Worldedit is AGPL-3.0 which is way too restrictive and therefore Worldedit interface cannot be easily implemented by using existing libraries.
There's however https://github.com/blockexchange/blockexchange and comes with MIT license, maybe forget about Worldedit and take a closer look at Blockexchange (also seems like it is using mineunit for tests 😄)
Optionally allow loading simple
worldeditblockexchange files to be used as test world.Currently test world must be either:
world.layout
/world.add_layout
minetest.set_node
Player:do_place
All of this requires writing code to build test world, using
worleditblockexchange files would be nice as you could export pieces for texting from game. And it would also allow way easier initial param2 / metadata settings for test world.