Update 'mods/carts/cart_entity.lua'

This commit is contained in:
thunderdog1138 2020-05-17 20:15:55 +00:00
parent b78bae063c
commit e1e4176e29
1 changed files with 1 additions and 1 deletions

View File

@ -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,