Not any official plans but lots of ideas as can be read in several threads:
Minetest Could Be An Educational ToolEducation, minetest in the classroomA teacher's perspective - this is great for class[IDEA] Minetest for teachersUsing Minetest in a schoolalso in the wiki:
Mods:LearningMinetest in der Schule (project started in German by a teacher)
or here:
Mining for Educationand many more threads.
Feel free to formulate your ideas, somebody might get interested and build a mod around that. The more exacter the description the easier it is to find out wether it can be done with minetest or not.
Simple answer:
no! - as in not in an easy out of the box way.
Mine
test is written in an different programming language (c++) and has a modding API that can read mods written in Lua. Mine
craft is written in Java and the mods modify the executable code directly.
To work in Minetest the Minecraft mod would have to be recreated from scratch and might not be able to simulate the exact features of the Minecraft mod as the underlying game engine and the grafic engine are different. Just as bats and birds can be of similar size and both can fly and they even might have an common reptile ancestor but they are quite different from the inside and you can't pluck the feathers onto the bat
- well you could but that might not work as expected and ... oh well ... not gonna venture further into thisThe only thing that can be shared fairly easily is the skins for the avatars.
(please don't try this with bats and birds) Even textures cannot be shared directly but need a considerable amount of work to be adjusted.
There are some scripts that attempt to convert maps or schematics from Minecraft to Minetest with some success but that is only the simple information of which block goes were. Mobs, NPC's, command blocks and the such are not converted at all and redstone structures are difficult as there are no redstones in minetest and the nearest thing, called mesecons, works slightly different and is no exact replica of redstones.
(uhm, and no wierd school experiments with bats and birds please)