make some scifi-nodes rotateable
This commit is contained in:
parent
a0c95dc109
commit
656db6cf2b
|
@ -133,6 +133,7 @@ minetest.register_node("scifi_nodes:light", {
|
||||||
},
|
},
|
||||||
light_source = 10,
|
light_source = 10,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
|
paramtype2 = "facedir",
|
||||||
groups = {cracky=1},
|
groups = {cracky=1},
|
||||||
sounds = sound_metal,
|
sounds = sound_metal,
|
||||||
})
|
})
|
||||||
|
@ -243,6 +244,7 @@ minetest.register_node("scifi_nodes:green_light", {
|
||||||
},
|
},
|
||||||
light_source = 10,
|
light_source = 10,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
|
paramtype2 = "facedir",
|
||||||
groups = {cracky=1},
|
groups = {cracky=1},
|
||||||
sounds = sound_metal,
|
sounds = sound_metal,
|
||||||
})
|
})
|
||||||
|
@ -260,6 +262,7 @@ minetest.register_node("scifi_nodes:red_light", {
|
||||||
},
|
},
|
||||||
light_source = 10,
|
light_source = 10,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
|
paramtype2 = "facedir",
|
||||||
groups = {cracky=1},
|
groups = {cracky=1},
|
||||||
sounds = sound_metal,
|
sounds = sound_metal,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue