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:
@ -49,7 +49,7 @@ minetest.register_node("mesecons_extrawires:corner_on", {
|
||||
|
||||
minetest.register_node("mesecons_extrawires:corner_off", {
|
||||
drawtype = "nodebox",
|
||||
description = "Mesecon Corner",
|
||||
description = "Insulated Mesecon Corner",
|
||||
tiles = {
|
||||
"jeija_insulated_wire_curved_tb_off.png",
|
||||
"jeija_insulated_wire_curved_tb_off.png^[transformR270",
|
||||
|
Reference in New Issue
Block a user