Skip to content
Snippets Groups Projects
Commit 1da390d2 authored by khonkhortisan's avatar khonkhortisan
Browse files

Merge pull request #50 from khonkhortisan/master

fix t-junction selectionbox when on (was node-sized)
parents 12b0a38f cee2574f
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment