Placeable Plants
🌿 What is this mod?
This Fabric mod opens up new possibilities for greening your Minecraft world. Now you can place plants on almost any flat surface, allowing you to create unique landscapes and decorative compositions.
🌱 Main Features
- Universal Placement: Simply right-click on any flat surface with a plant in hand
- Extended Crafting Recipes: Added recipes for creating Tall Dry Grass, Tall Grass, and Large Fern
🌺 Available Plants
The mod supports placement of a wide range of vegetation:
- Common Flora: Grass, tall grass, ferns, cacti
- Reed Plants: Sugar cane, bamboo
- Desert Vegetation: Dead bush
- Tropical Plants: Cocoa beans, sweet berries
- Aquatic Plants: Big and small dripleaves
- Nether Flora: Nether sprouts, crimson and warped roots
- New Plants: Mangrove propagules, torchflowers, pitcher plants
- Flowers and Saplings: All types of flowers and saplings
- Agricultural Crops: All types of agricultural plants
⚙️ Mod Settings
The mod offers a flexible configuration system that allows you to control which plants can be placed anywhere (all enabled by default).
The main way to configure is through the mod's settings panel. For advanced users, direct editing of the configuration file is available:
config/placeable.json
{
// Enable or disable the mod
"enable": true,
// Allow placement on blocks without top rim
"placedWithoutTopRim": false,
// Allow or disable specific plants
"allowPlaceablePlants": {
"OAK_SAPLING": true,
"SPRUCE_SAPLING": true,
...
"NETHER_SPROUTS": true,
"NETHER_WART": true,
"LILY_PAD": true
}
}