Placeable Plants
作者:rebot | 分类:模组
Minecraft 版本: 1.21.6 1.21.7 1.21.8
平台: fabric
标签: decoration game-mechanics utility
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
modsfolder - Put the downloaded
.jarfile (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.
请登录后举报
暂无评论,抢个沙发吧~