
Botanical Expansion (Archived Mod)
What This Mod Does
This modification enables you to duplicate small flowers using a single portion of bone meal. In the vanilla game, this mechanic only works for tall flowers but doesn't apply to their compact counterparts.
Process automation is also available! You can configure a dispenser with bone meal for automatic plant reproduction in your garden.
Configuration Capabilities
Flexible mod customization offers two main personalization methods:
- Configuration file editing - adjust parameters through the ".minecraft/config/flora-doubling.json" file
- Tag usage via datapack - create necessary tags in the "flora-doubling/tags/blocks/doubling_flora.json" directory
Standard configuration includes support for minecraft:small_flowers and minecraft:tall_flowers tags, which can be disabled through settings.
Base configuration file contents:
{
"doublingFlora": [],
"dispenser": true,
"useSmallFlowersTag": true,
"useTallFlowersTag": true,
"allowWitherRoses": false
}
Basic block tag template:
{
"replace": false,
"values": [
]
}
Mod functionality video review: Video overview on YouTube