Merge pull request #50 from khonkhortisan/master

fix t-junction selectionbox when on (was node-sized)
This commit is contained in:
khonkhortisan 2012-09-10 15:50:25 -07:00
commit 1da390d263
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ local tjunction_nodebox = {
local tjunction_selectionbox = {
type = "fixed",
fixed = { -16/32-0.001, -18/32, -16/32, 16/32+0.001, -12/32, 7/32 }
},
fixed = { -16/32-0.001, -18/32, -16/32, 16/32+0.001, -12/32, 7/32 },
}
minetest.register_node("mesecons_extrawires:tjunction_on", {
drawtype = "nodebox",