forked from minetest-mods/mesecons
		
	Make button and Wall lever emit very few light if turned on
This commit is contained in:
		| @@ -43,6 +43,7 @@ minetest.register_node("mesecons_walllever:wall_lever_on", { | ||||
| 	paramtype = "light", | ||||
| 	paramtype2 = "facedir", | ||||
| 	walkable = false, | ||||
| 	light_source = LIGHT_MAX-9, | ||||
| 	selection_box = { | ||||
| 		type = "fixed", | ||||
| 		fixed = { -8/16, -8/16, 3/16, 8/16, 8/16, 8/16 }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user