forked from minetest-mods/mesecons
now the insulated wires change their color when they are turn on
This commit is contained in:
@ -6,7 +6,7 @@ end
|
||||
|
||||
minetest.register_node("mesecons_extrawires:crossing_on", {
|
||||
drawtype = "nodebox",
|
||||
tiles = {"jeija_insulated_wire_sides.png"},
|
||||
tiles = {"jeija_insulated_wire_sides_on.png"},
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
stack_max = 99,
|
||||
|
Reference in New Issue
Block a user