From cefdd55cb0e5726d20935016862b2a708acfcfb7 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Sun, 26 Aug 2018 09:15:59 -0400 Subject: updated blox, coloredwood, technic, steel, unified bricks, and unified dyes --- extranodes/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extranodes') diff --git a/extranodes/init.lua b/extranodes/init.lua index 4e2e335..a4e51bd 100644 --- a/extranodes/init.lua +++ b/extranodes/init.lua @@ -103,7 +103,7 @@ if minetest.get_modpath("moreblocks") then end local iclip_def = { - description = "Insulator/cable clip", + description = S("Insulator/cable clip"), drawtype = "mesh", mesh = "technic_insulator_clip.obj", tiles = {"technic_insulator_clip.png"}, @@ -113,7 +113,7 @@ local iclip_def = { } local iclipfence_def = { - description = "Insulator/cable clip", + description = S("Insulator/cable clip"), tiles = {"technic_insulator_clip.png"}, is_ground_content = false, paramtype = "light", @@ -161,7 +161,7 @@ if minetest.registered_nodes["streets:steel_support"] then end local sclip_def = { - description = "Steel strut with insulator/cable clip", + description = S("Steel strut with insulator/cable clip"), drawtype = "mesh", mesh = "technic_steel_strut_with_insulator_clip.obj", tiles = sclip_tex, -- cgit v1.2.3