don't include carts texture when carts is not available

This commit is contained in:
flux 2023-04-19 14:08:26 -07:00
parent 44636a5e66
commit d38159d451
No known key found for this signature in database
GPG Key ID: 9333B27816848A15
1 changed files with 1 additions and 1 deletions

View File

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