From 7a349f8b49bb41d0e57a9683f30596b0eba2e031 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Fri, 10 Jan 2025 22:07:55 +0100 Subject: [PATCH] Fix texture issue --- basic_machines/quarry.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basic_machines/quarry.lua b/basic_machines/quarry.lua index 78f0c00..ebfcaff 100644 --- a/basic_machines/quarry.lua +++ b/basic_machines/quarry.lua @@ -326,7 +326,7 @@ local tiles = {} tiles.pas = { -- up, down, right, left, back, front "techage_filling_ta#.png^techage_frame_ta#_top.png", - "techage_filling_ta#.png^techage_frame_ta#_bottom#.png", + "techage_filling_ta#.png^techage_frame_ta#_bottom.png", "techage_filling_ta#.png^techage_frame_ta#.png^techage_appl_outp.png", "techage_filling_ta#.png^techage_frame_ta#.png^techage_quarry_left.png", "techage_filling_ta#.png^techage_appl_quarry.png^techage_frame_ta#.png", @@ -335,7 +335,7 @@ tiles.pas = { tiles.act = { -- up, down, right, left, back, front "techage_filling_ta#.png^techage_frame_ta#_top.png", - "techage_filling_ta#.png^techage_frame_ta#.png", + "techage_filling_ta#.png^techage_frame_ta#_bottom.png", "techage_filling_ta#.png^techage_frame_ta#.png^techage_appl_outp.png", { name = "techage_frame14_ta#.png^techage_quarry_left14.png",