forked from VoxeLibre/VoxeLibre
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:
commit
f83f11bdaa
|
@ -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",
|
||||
})
|
||||
|
|
|
@ -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=
|
||||
|
|
Loading…
Reference in New Issue