forked from mtcontrib/arrow_signs
Separate API from registration files.
This commit is contained in:
@ -1,22 +1,14 @@
|
||||
-- a sign
|
||||
--[[
|
||||
Shared Locked Arrow sign
|
||||
|
||||
This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
|
||||
To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
|
||||
]]
|
||||
minetest.register_node("arrow_signs:shared_locked", {
|
||||
description = "Shared locked sign",
|
||||
drawtype = "nodebox",
|
||||
node_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}
|
||||
}
|
||||
},
|
||||
node_box = arrow_signs.nodebox,
|
||||
selection_box = arrow_signs.selection_box,
|
||||
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",
|
||||
wield_image = "arrow_sign.png",
|
||||
|
Reference in New Issue
Block a user