Change some textures

This commit is contained in:
palige
2015-08-30 11:49:32 +02:00
parent 57c8b9b371
commit f05ac54c3e
24 changed files with 29 additions and 22 deletions

View File

@ -51,7 +51,7 @@ minetest.register_craft({
recipe = {{"default:diamond","default:stick","default:mese"}}
})
minetest.register_node("moremesecons_teleporter:teleporter", {
tiles = {"teleporter.png"},
tiles = {"moremesecons_teleporter.png"},
paramtype = "light",
walkable = true,
groups = {cracky=3},