mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-11-06 13:55:19 +01:00
Fix inconsistent insulated mesecon name
This commit is contained in:
@@ -41,7 +41,7 @@ minetest.register_node("mesecons_insulated:insulated_on", {
|
||||
|
||||
minetest.register_node("mesecons_insulated:insulated_off", {
|
||||
drawtype = "nodebox",
|
||||
description = "Insulated Straight Mesecon",
|
||||
description = "Straight Insulated Mesecon",
|
||||
tiles = {
|
||||
"jeija_insulated_wire_sides_off.png",
|
||||
"jeija_insulated_wire_sides_off.png",
|
||||
|
||||
Reference in New Issue
Block a user