Open
Description
Greetings,
I think this error post is in the right place, if not please advise and I will happily post some place else. Thank you so much for a wonderful mod!
In game error this:
"error","mesecons_mvps is not installed - digilines piston will not be available!"
The piston will not show up in the inventory.
Using Mineteste 5.6.1 with verified installation of mesecons (I verified the mesecons_mvps mod is in the directory), digilines and digistuff, recent install of Minetest and mods a few days ago, Linux.
In piston.lua this code produces the error above:
if not minetest.get_modpath("mesecons_mvps") then
minetest.log("error","mesecons_mvps is not installed - digilines piston will not be available!")
return
end