1
0
mirror of https://github.com/Sokomine/cottages.git synced 2025-07-06 18:00:23 +02:00

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

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