updated blox, coloredwood, technic, steel, unified bricks, and unified dyes

This commit is contained in:
Vanessa Dannenberg
2018-08-26 09:15:59 -04:00
parent cb6e55b610
commit cefdd55cb0
28 changed files with 858 additions and 417 deletions

View File

@@ -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,