1
0
Fork 0

Merge pull request 'Cherry saplings can be potted.' (#3827) from potted_cherry_sapling into master

Reviewed-on: MineClone2/MineClone2#3827
Reviewed-by: chmodsayshello <chmodsayshello@hotmail.com>
This commit is contained in:
chmodsayshello 2023-07-10 14:49:56 +00:00
commit f83f11bdaa
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=