forked from minetest-mods/mesecons
		
	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