make some scifi-nodes rotateable

This commit is contained in:
cpdef 2020-02-19 07:41:48 +00:00
parent a0c95dc109
commit 656db6cf2b
1 changed files with 3 additions and 0 deletions

View File

@ -133,6 +133,7 @@ minetest.register_node("scifi_nodes:light", {
},
light_source = 10,
paramtype = "light",
paramtype2 = "facedir",
groups = {cracky=1},
sounds = sound_metal,
})
@ -243,6 +244,7 @@ minetest.register_node("scifi_nodes:green_light", {
},
light_source = 10,
paramtype = "light",
paramtype2 = "facedir",
groups = {cracky=1},
sounds = sound_metal,
})
@ -260,6 +262,7 @@ minetest.register_node("scifi_nodes:red_light", {
},
light_source = 10,
paramtype = "light",
paramtype2 = "facedir",
groups = {cracky=1},
sounds = sound_metal,
})