Spawn "we" and "mts" files
Is there a better way to make "mts" and "we" files spawn than using the code below?
I used the latest version of WorldEdit to make the mts file, but the code above triggers an "invalid schematic file" error. The code above does not use "we" files.
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
minetest.register_decoration({
deco_type = "schematic",
schematic = "small_wooden_home.mts",
place_on = {"default:desert_sand", "default:dirt_with_grass"},
fill_ratio = 5.00,
})
I used the latest version of WorldEdit to make the mts file, but the code above triggers an "invalid schematic file" error. The code above does not use "we" files.