S-S-X / mineunit

Minetest core / engine libraries for regression tests
Other
10 stars 6 forks source link

Loading blockexchange files #62

Open S-S-X opened 2 years ago

S-S-X commented 2 years ago

Optionally allow loading simple worldedit blockexchange files to be used as test world.

Currently test world must be either:

All of this requires writing code to build test world, using worledit blockexchange 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.

S-S-X commented 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 😄)