forked from minetest-mods/mesecons
		
	now the insulated wires change their color when they are turn on
This commit is contained in:
		| @@ -11,12 +11,12 @@ minetest.register_node("mesecons_insulated:insulated_on", { | ||||
| 	drawtype = "nodebox", | ||||
| 	description = "insulated mesecons", | ||||
| 	tiles = { | ||||
| 		"jeija_insulated_wire_sides.png", | ||||
| 		"jeija_insulated_wire_sides.png", | ||||
| 		"jeija_insulated_wire_sides_on.png", | ||||
| 		"jeija_insulated_wire_sides_on.png", | ||||
| 		"jeija_insulated_wire_ends_on.png", | ||||
| 		"jeija_insulated_wire_ends_on.png", | ||||
| 		"jeija_insulated_wire_sides.png", | ||||
| 		"jeija_insulated_wire_sides.png" | ||||
| 		"jeija_insulated_wire_sides_on.png", | ||||
| 		"jeija_insulated_wire_sides_on.png" | ||||
| 	}, | ||||
| 	paramtype = "light", | ||||
| 	paramtype2 = "facedir", | ||||
| @@ -43,12 +43,12 @@ minetest.register_node("mesecons_insulated:insulated_off", { | ||||
| 	drawtype = "nodebox", | ||||
| 	description = "insulated mesecons", | ||||
| 	tiles = { | ||||
| 		"jeija_insulated_wire_sides.png", | ||||
| 		"jeija_insulated_wire_sides.png", | ||||
| 		"jeija_insulated_wire_sides_off.png", | ||||
| 		"jeija_insulated_wire_sides_off.png", | ||||
| 		"jeija_insulated_wire_ends_off.png", | ||||
| 		"jeija_insulated_wire_ends_off.png", | ||||
| 		"jeija_insulated_wire_sides.png", | ||||
| 		"jeija_insulated_wire_sides.png" | ||||
| 		"jeija_insulated_wire_sides_off.png", | ||||
| 		"jeija_insulated_wire_sides_off.png" | ||||
| 	}, | ||||
| 	paramtype = "light", | ||||
| 	paramtype2 = "facedir", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Andres Eduardo Montoya Cruz
					Andres Eduardo Montoya Cruz