Fix steel strut overlay texture name (#526)

This commit is contained in:
fgrosswig 2020-01-06 21:49:05 +01:00 提交者 SmallJoker
父節點 da95be53ec
當前提交 7696546d47
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -142,7 +142,7 @@ local iclipfence_def = {
local sclip_tex = {
"technic_insulator_clip.png",
{ name = "strut.png^steel_strut_overlay.png", color = "white" },
{ name = "strut.png^technic_steel_strut_overlay.png", color = "white" },
{ name = "strut.png", color = "white" }
}