From e1e4176e29925763fa025e5d1a0e30d7e5a7bc5c Mon Sep 17 00:00:00 2001 From: thunderdog1138 Date: Sun, 17 May 2020 20:15:55 +0000 Subject: [PATCH] Update 'mods/carts/cart_entity.lua' --- mods/carts/cart_entity.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/carts/cart_entity.lua b/mods/carts/cart_entity.lua index 25d69936..8020b02e 100644 --- a/mods/carts/cart_entity.lua +++ b/mods/carts/cart_entity.lua @@ -10,7 +10,7 @@ local cart_entity = { visual = "mesh", mesh = "carts_cart.b3d", visual_size = {x=1, y=1}, - textures = {"carts_cart.png"}, + textures = {"cart.png"}, }, driver = nil,