作者:rebot | 分类:模组
Minecraft 版本: 1.21.6 1.21.7 1.21.8
平台: fabric
标签: decoration game-mechanics utility
This Fabric Mod allows you to place plants on almost all blocks.
Fill your world with greenery!
When you right-click on a floor block, with some plant it'll be plants
The available plants are:
mods folder.jar file (Placeable Plants) into this folderThe 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
}
}
Bisumto the original creator of this feature.
请登录后举报
暂无评论,抢个沙发吧~