Compare commits
6 Commits
dev
...
version_4.
Author | SHA1 | Date | |
---|---|---|---|
e403d916d2 | |||
03579c3912 | |||
f963f894ca | |||
d252588de1 | |||
7f84a95d1e | |||
de70260127 |
15
init.lua
15
init.lua
@ -149,15 +149,12 @@ minetest.register_node("arrow_signs:wall", {
|
||||
{ 0.0625, -0.375, 0.5, -0.0625, -0.437, 0.47}
|
||||
}
|
||||
},
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{ 0.25, -0.25, 0.5, -0.25, 0.5, 0.47},
|
||||
{ 0.1875, -0.3125, 0.5, -0.1875, -0.25, 0.47},
|
||||
{ 0.125, -0.3125, 0.5, -0.125, -0.375, 0.47},
|
||||
{ 0.0625, -0.375, 0.5, -0.0625, -0.437, 0.47}
|
||||
}
|
||||
},
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{ 0.30, -0.5, 0.5, -0.30, 0.5, 0.47}
|
||||
}
|
||||
},
|
||||
tiles = {"arrow_sign_border_left.png","arrow_sign_border_right.png","arrow_sign_border_up.png","arrow_sign_border_down.png","arrow_sign.png","arrow_sign.png"},
|
||||
inventory_image = "arrow_sign.png",
|
||||
paramtype = "light",
|
||||
|
@ -11,15 +11,12 @@ minetest.register_node("arrow_signs:shared_locked", {
|
||||
{ 0.0625, -0.375, 0.5, -0.0625, -0.437, 0.47}
|
||||
}
|
||||
},
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{ 0.25, -0.25, 0.5, -0.25, 0.5, 0.47},
|
||||
{ 0.1875, -0.3125, 0.5, -0.1875, -0.25, 0.47},
|
||||
{ 0.125, -0.3125, 0.5, -0.125, -0.375, 0.47},
|
||||
{ 0.0625, -0.375, 0.5, -0.0625, -0.437, 0.47}
|
||||
}
|
||||
},
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{ 0.30, -0.5, 0.5, -0.30, 0.5, 0.47}
|
||||
}
|
||||
},
|
||||
tiles = {"arrow_sign_border_left.png","arrow_sign_border_right.png","arrow_sign_border_up.png","arrow_sign_border_down.png","arrow_sign.png","arrow_sign.png"},
|
||||
inventory_image = "arrow_sign.png",
|
||||
paramtype = "light",
|
||||
|
Reference in New Issue
Block a user