mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2025-06-30 07:20:36 +02:00
Change some textures
This commit is contained in:
@ -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},
|
||||
|
Reference in New Issue
Block a user