mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 01:21:05 +01:00
fix fern texture
This commit is contained in:
parent
fb8b0e877e
commit
8c87014a01
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ if has_mcl_flowerpots then
|
|||
mcl_flowerpots.register_potted_flower("mcl_flowers:fern", {
|
||||
name = "fern",
|
||||
desc = S("Fern"),
|
||||
image = "mcl_flowers_fern.png",
|
||||
image = "mcl_flowers_fern_inv.png",
|
||||
})
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue