remove duplicate definition of beacon_off

master
Thomas Rudin 2018-11-02 15:00:17 +01:00
parent e0152fc98a
commit 773294bcc5
1 changed files with 0 additions and 14 deletions

View File

@ -210,20 +210,6 @@ local function check_teleport_dest(dest)
return dest_ok
end
minetest.register_node('telemosaic:beacon_off', {
description = 'Telemosaic beacon',
tiles = {
'telemosaic_beacon_off.png',
'telemosaic_beacon_side.png',
'telemosaic_beacon_side.png',
'telemosaic_beacon_side.png',
'telemosaic_beacon_side.png',
'telemosaic_beacon_side.png',
},
paramtype = 'light',
groups = { cracky = 2 },
on_rightclick = beacon_rightclick,
})
minetest.register_node('telemosaic:beacon', {
description = 'Telemosaic beacon (on)',
tiles = {