1
0
Fork 0

fix fern texture

This commit is contained in:
AFCMS 2021-03-12 00:47:34 +01:00
parent fb8b0e877e
commit 8c87014a01
1 changed files with 1 additions and 1 deletions

View File

@ -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