Remove collision boxes, make non-walkable.
This commit is contained in:
parent
eb83481b76
commit
611a909110
10
init.lua
10
init.lua
@ -153,10 +153,7 @@ function frame.register(name)
|
|||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
collision_box = {
|
walkable = false,
|
||||||
type = "wallmounted",
|
|
||||||
wall_side = {-1/2, -1/2, -1/2, -3/8, 1/2, 1/2},
|
|
||||||
},
|
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "wallmounted",
|
type = "wallmounted",
|
||||||
wall_side = {-1/2, -1/2, -1/2, -3/8, 1/2, 1/2},
|
wall_side = {-1/2, -1/2, -1/2, -3/8, 1/2, 1/2},
|
||||||
@ -195,10 +192,7 @@ minetest.register_node("frame:empty", {
|
|||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
collision_box = {
|
walkable = false,
|
||||||
type = "wallmounted",
|
|
||||||
wall_side = {-1/2, -1/2, -1/2, -3/8, 1/2, 1/2},
|
|
||||||
},
|
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "wallmounted",
|
type = "wallmounted",
|
||||||
wall_side = {-1/2, -1/2, -1/2, -3/8, 1/2, 1/2},
|
wall_side = {-1/2, -1/2, -1/2, -3/8, 1/2, 1/2},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user