mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-11-04 04:55:26 +01:00 
			
		
		
		
	Fix pressure plate (onstate) nodebox
This commit is contained in:
		@@ -5,7 +5,7 @@ local pp_box_off = {
 | 
			
		||||
 | 
			
		||||
local pp_box_on = {
 | 
			
		||||
	type = "fixed",
 | 
			
		||||
	fixed = { -7/16, -8/16, -7/16, 7/16, -7/16, 7/16 },
 | 
			
		||||
	fixed = { -7/16, -8/16, -7/16, 7/16, -7.5/16, 7/16 },
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
pp_on_timer = function (pos, elapsed)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user