Cherry saplings can be potted.

Change by 3raven
This commit is contained in:
PrairieWind 2023-06-29 18:38:22 -06:00
parent 40e072ab89
commit 3255b7f754
2 changed files with 7 additions and 0 deletions

View File

@ -209,3 +209,9 @@ mcl_flowerpots.register_potted_flower("mcl_core:deadbush", {
desc = S("Dead Bush"),
image = "default_dry_shrub.png",
})
mcl_flowerpots.register_potted_flower("mcl_cherry_blossom:cherrysapling", {
name = "cherrysapling",
desc = S("Cherry Sapling"),
image = "mcl_cherry_blossom_sapling.png",
})

View File

@ -24,3 +24,4 @@ Flower Pot=
Flower pots are decorative blocks in which flowers and other small plants can be placed.=
Just place a plant on the flower pot. Flower pots can hold small flowers (not higher than 1 block), saplings, ferns, dead bushes, mushrooms and cacti. Rightclick a potted plant to retrieve the plant.=
Can hold a small flower or plant=
Cherry Sapling Flower Pot=