Перейти к содержимому
Mineforgian

Placeable Plants

Want a greener Minecraft? This Fabric mod makes it simple to place plants on almost any block. Install it on your server for a performance-friendly way to enrich your world with vegetation.

Загрузки
32K
Подписчики
66
Обновлён
9 мая 2026 г.
Лицензия
MIT

Опубликован 21 июля 2024 г.

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.

Ченджлог

1.2.0Релиз1.21.2, 1.21.3 · 22 апреля 2025 г.
1.2.0Релиз1.21.4 · 22 апреля 2025 г.
1.2.0-rc.2Бета1.21.5 · 21 апреля 2025 г.
  • Upgraded to support Minecraft 1.21.5
  • Added Mod Menu and Cloth Config API support for editing client-side mod configuration files
  • Added localization support for the mod.
  • Added crafting recipe for Tall Dry Grass.
  • Updated documentation and link.
  • Removed old configuration files

placeable config setting

1.1.1Релиз1.21, 1.21.1 · 21 августа 2024 г.
  • Added red/brown mushroom plants that can be placed anywhere.
  • Added yaml file version control (for Dev)
  • Support Minecraft 1.21.1
  • Fixed missing crops potatoes and carrots in configuration.
  • Fixed null pointer error while loading configuration file!
1.1.0Релиз1.21, 1.21.1 · 26 июля 2024 г.

Added

  • Add Configuration functionality to control whether each plant can be placed anywhere.
  • Add tall grass and large ferns to recipe.
  • Add new plants Cactus can be placed anywhere.
  • Add new plants Sugar Cane can be placed anywhere.
  • Add new plants Small Dripleaf can be placed anywhere.

Fixed

  • Fixed an issue with bamboo growing on invalid ground when stacking two bamboos
  • Fix an issue where mangrove propagules could grow on illegal blocks.
  • Fix an issue where Nehter Wart could grow on illegal blocks.
  • Fix an issue where Sweet Berry Bush could grow on illegal blocks.
  • Fix an issue where Pitcher Pod could grow on illegal blocks.
  • Fix an issue where Pumpkin and Melon Stem could grow on illegal blocks.
  • Fix an issue where Mangrove Propagules could grow on illegal blocks.

Change

  • Improve gradle build
  • Migrating build logic from Groovy to Kotlin.

Full Changelog: https://github.com/wenwen357951/placeable-fabric/compare/mc1.21-1.0.4...mc1.21-1.1.0

1.0.4Релиз1.21 · 21 июля 2024 г.

Upgrade to support 1.21

Комментарии

Загружаем…