Fix steel strut overlay texture name (#526)

This commit is contained in:
fgrosswig 2020-01-06 21:49:05 +01:00 committed by 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" }
}