1
0
mirror of https://github.com/Sokomine/cottages.git synced 2025-04-20 11:00:25 +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
No known key found for this signature in database
GPG Key ID: 9333B27816848A15

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