mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-22 16:10:18 +01:00
fixed wrong texture filename
This commit is contained in:
parent
7b37c66b78
commit
e3f3df7508
@ -366,7 +366,7 @@ for _, color in ipairs(homedecor.shrub_colors) do
|
||||
description = S("Shrubbery ("..color..")"),
|
||||
drawtype = "mesh",
|
||||
mesh = "homedecor_cube.obj",
|
||||
tiles = {"homedecor_shrubbery_"..color.."_top.png"},
|
||||
tiles = {"homedecor_shrubbery_"..color..".png"},
|
||||
paramtype = "light",
|
||||
is_ground_content = false,
|
||||
groups = {snappy=3, flammable=2},
|
||||
|
Loading…
Reference in New Issue
Block a user