Download Placeable Plants — Minecraft Mods — ModStock
Placeable Plants

Placeable Plants

Active

Downloads

0

Last update

2 months ago

Versions

1.21 — 1.21.5
Client and server
Fabric
Forge
Decor
Game mechanics
Utils

Placeable Plants

CodeFactor Score Discord chat Modrinth downloads GitHub License

🪴 What is it?

This Fabric Mod allows you to place plants on almost all blocks.

Grass placed on weird blocks

Fill your world with greenery!

Grass on a cobblestone street

🎉 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

The Tall Dry Grass Recipe The Tall Grass Recipe The Large Fern Recipe

🎍 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?

  1. Download the Mod
  2. Navigate to your mods folder
  3. 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.

Grass placed on weird blocks

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.