Add and change some crafts

This commit is contained in:
palige
2015-08-29 12:33:03 +02:00
parent ec8f3c0e9a
commit ab5737f6fe
3 changed files with 9 additions and 4 deletions

View File

@ -47,8 +47,8 @@ local teleport_nearest = function(pos)
end
minetest.register_craft({
output = "moremesecons_teleporter:teleporter 1",
recipe = {{"default:mese_cristal_fragment","default:stick","default:mese_cristal_fragment"}}
output = "moremesecons_teleporter:teleporter 2",
recipe = {{"default:diamond","default:stick","default:mese"}}
})
minetest.register_node("moremesecons_teleporter:teleporter", {
tiles = {"teleporter.png"},