mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-21 13:25:43 +01:00
Fix steel strut overlay texture name (#526)
This commit is contained in:
parent
da95be53ec
commit
7696546d47
@ -142,7 +142,7 @@ local iclipfence_def = {
|
|||||||
|
|
||||||
local sclip_tex = {
|
local sclip_tex = {
|
||||||
"technic_insulator_clip.png",
|
"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" }
|
{ name = "strut.png", color = "white" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user