summaryrefslogtreecommitdiff
path: root/extranodes
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-08-26 09:15:59 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-08-26 09:15:59 -0400
commitcefdd55cb0e5726d20935016862b2a708acfcfb7 (patch)
tree58c7236489cff26bacb44ae96fe02417869f56f2 /extranodes
parentcb6e55b610b2dba587102e6503a61559e0b2e17f (diff)
downloaddreambuilder_modpack-cefdd55cb0e5726d20935016862b2a708acfcfb7.tar
dreambuilder_modpack-cefdd55cb0e5726d20935016862b2a708acfcfb7.tar.gz
dreambuilder_modpack-cefdd55cb0e5726d20935016862b2a708acfcfb7.tar.bz2
dreambuilder_modpack-cefdd55cb0e5726d20935016862b2a708acfcfb7.tar.xz
dreambuilder_modpack-cefdd55cb0e5726d20935016862b2a708acfcfb7.zip
updated blox, coloredwood, technic, steel, unified bricks, and unified dyes
Diffstat (limited to 'extranodes')
-rw-r--r--extranodes/init.lua6
1 files changed, 3 insertions, 3 deletions
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,