From befe3ecc86f046310ec0a5c24f82acea2ad13d9d Mon Sep 17 00:00:00 2001
From: Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com>
Date: Wed, 27 May 2020 18:32:57 +0200
Subject: [PATCH] Fix incorrect numeric types for 5.3.0-dev

---
 extranodes/init.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extranodes/init.lua b/extranodes/init.lua
index e554b63..42c7d67 100644
--- a/extranodes/init.lua
+++ b/extranodes/init.lua
@@ -142,7 +142,7 @@
 
 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" }
 }
 

--
Gitblit v1.8.0