mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-11-04 04:55:26 +01:00 
			
		
		
		
	fix t-junction selectionbox when on
This commit is contained in:
		@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user