forked from minetest-mods/mesecons
		
	thickened base of wall button to match that of wall lever (for consistency)
This commit is contained in:
		| @@ -20,8 +20,8 @@ minetest.register_node("mesecons_button:button_off", { | |||||||
|     node_box = { |     node_box = { | ||||||
|         type = "fixed",	 |         type = "fixed",	 | ||||||
| 	fixed = { | 	fixed = { | ||||||
| 		{ -6/16, -6/16, 7/16, 6/16, 6/16, 8/16 },	-- the thin plate behind the button | 		{ -6/16, -6/16, 6/16, 6/16, 6/16, 8/16 },	-- the thin plate behind the button | ||||||
| 		{ -4/16, -2/16, 5/16, 4/16, 2/16, 7/16 }	-- the button itself | 		{ -4/16, -2/16, 4/16, 4/16, 2/16, 6/16 }	-- the button itself | ||||||
| 	} | 	} | ||||||
|     }, |     }, | ||||||
|     groups = {dig_immediate=2}, |     groups = {dig_immediate=2}, | ||||||
| @@ -48,8 +48,8 @@ minetest.register_node("mesecons_button:button_on", { | |||||||
|     node_box = { |     node_box = { | ||||||
|         type = "fixed", |         type = "fixed", | ||||||
| 	fixed = { | 	fixed = { | ||||||
| 		{ -6/16, -6/16, 7/16, 6/16, 6/16, 8/16 }, | 		{ -6/16, -6/16,  6/16, 6/16, 6/16, 8/16 }, | ||||||
| 		{ -4/16, -2/16, 13/32, 4/16, 2/16, 7/16 } | 		{ -4/16, -2/16, 11/32, 4/16, 2/16, 6/16 } | ||||||
| 	} | 	} | ||||||
|     }, |     }, | ||||||
| 	groups = {dig_immediate=2, not_in_creative_inventory=1}, | 	groups = {dig_immediate=2, not_in_creative_inventory=1}, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user