

Placeable Plants
Активный0.0
Установок
0
Последнее обновление
2 месяца назад
Версии
1.21 — 1.21.5
Клиент и сервер
Fabric
Forge
Декорации
Игровые механики
Утилиты
Placeable Plants
🪴 What is it?
This Fabric Mod allows you to place plants on almost all blocks.

Fill your world with greenery!

🎉 Feature
- This Mod allows you to place plants on any flat surface. To do that, just right-click on a flat surface.
- Added recipes for Tall Dry Grass, Tall Grass and Large Fern
🎍 How to use?
When you right-click on a floor block, with some plant it'll be plants
The available plants are:
- Grass and Tall Grass
- Fern and Large Fern
- Cactus
- Sugar Cane
- Bamboo
- Dead Bush
- Cocoa beans
- Sweet Berries
- Big / Small Dripleaf
- Nether Wart
- Nether Sprouts
- Crimson / Warped Roots
- Mangrove Propagule
- Torchflowers
- Pitcher Plant
- ...
- All Flowers
- All Saplings
- All Crops
📦 How to install?
- Download the Mod
- Navigate to your
mods
folder - Put the downloaded
.jar
file (Placeable Plants) into this folder
🛠️ Configuration
The mod allows you to control whether various plants can be placed anywhere (default: all enabled).
The primary way to configure this is through the mod menu's settings panel.

For advanced users, the placeable.json
configuration file can also be directly modified as a secondary method.
config/placeable.json
{
// Enable or disable the mod.
"enable": true,
// Allow placement on blocks without a 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
}
}
📌 Credits
Bisumto the original creator of this feature.