forked from mtcontrib/scifi_nodes
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
d3d6a7bf79
@ -475,6 +475,12 @@ minetest.register_node("scifi_nodes:light_dynamic", {
|
|||||||
type = "wallmounted",
|
type = "wallmounted",
|
||||||
fixed = {-0.5, -0.5, -0.5, -0.45, 0.5, 0.5}
|
fixed = {-0.5, -0.5, -0.5, -0.45, 0.5, 0.5}
|
||||||
},
|
},
|
||||||
|
node_box = {
|
||||||
|
type = "fixed",
|
||||||
|
fixed = {
|
||||||
|
fixed = {-0.5, -0.5, -0.5, -0.45, 0.5, 0.5}
|
||||||
|
}
|
||||||
|
},
|
||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
light_source = default.LIGHT_MAX,
|
light_source = default.LIGHT_MAX,
|
||||||
groups = {cracky=1, oddly_breakable_by_hand=1},
|
groups = {cracky=1, oddly_breakable_by_hand=1},
|
||||||
|
Loading…
Reference in New Issue
Block a user