From d38159d4517e56cbd83583d9def0058e5d336fe3 Mon Sep 17 00:00:00 2001 From: flux <25628292+fluxionary@users.noreply.github.com> Date: Wed, 19 Apr 2023 14:08:26 -0700 Subject: [PATCH] don't include carts texture when carts is not available --- modules/mining/nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mining/nodes.lua b/modules/mining/nodes.lua index d9917e1..ed91f55 100644 --- a/modules/mining/nodes.lua +++ b/modules/mining/nodes.lua @@ -52,7 +52,7 @@ else wield_image = "default_ladder_wood.png", drawtype = "raillike", tiles = { - "default_ladder_wood.png^carts_rail_straight.png^cottages_rope.png", + "default_ladder_wood.png^cottages_rope.png", }, paramtype = "light", paramtype2 = "wallmounted",