You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
in game, you can verify whether mesecons/mesecons_mvps is enabled, by entering the /mods chatcommand and looking at the output.
it's possible, though unlikely, that a dependency issue is preventing mesecons from loading properly; minetest 5.7.0 should give an error message if there' such an issue.
if that doesn't help, it would be helpful to know which version of minetest you are using, which game you are playing (probably minetest_game?), and possibly to get the debug.txt output when you try to start up the game.
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
The text was updated successfully, but these errors were encountered: