forked from VoxeLibre/VoxeLibre
fix fern texture
This commit is contained in:
parent
fb8b0e877e
commit
8c87014a01
|
@ -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 New Issue