forked from minetest-mods/mesecons
		
	Make insulated wires’ selection box fit in the node
This commit is contained in:
		| @@ -8,7 +8,7 @@ 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, -16/32, -16/32, 16/32+0.001, -12/32, 7/32 }, | ||||
| } | ||||
|  | ||||
| local tjunction_get_rules = function (node) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user