Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
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 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 provides a placeable.json
configuration file, which can be used to turn off whether various plants can be
placed anywhere (default: all enabled)
placeable.json
{
"HOW_TO_DISABLE_PLANTS!!!": [
"Please remove the '//' at the beginning of the string.",
"For example, to disable the ability to place cactus anywhere,",
"change '//minecraft:cactus' to 'minecraft:cactus'"
],
"disable_plants": [
"minecraft:cactus",
"//minecraft:spruce_sapling",
...
"//minecraft:lily_pad"
]
}
📌 Credits
Bisumto the original creator of this feature.