mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-29 22:30:23 +02:00
Make descriptions of insulated wires consistent
This allows finding all of them by searching "insulated" in the creative menu.
This commit is contained in:
@ -19,7 +19,7 @@ local crossover_states = {
|
||||
}
|
||||
|
||||
minetest.register_node("mesecons_extrawires:crossover_off", {
|
||||
description = "Insulated Crossover",
|
||||
description = "Insulated Mesecon Crossover",
|
||||
drawtype = "mesh",
|
||||
mesh = "mesecons_extrawires_crossover.b3d",
|
||||
tiles = {
|
||||
|
Reference in New Issue
Block a user