-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
Plugin information
Bug only happens with certain plugins (describe below)
Problem description
There is no event to detect or prevent farmland reverting to dirt when it is not wet.
Plugins cannot directly control or intercept this behavior.
PocketMine-MP/src/block/Farmland.php
Lines 128 to 129 in 4f563d3
| $world->setBlock($this->position, VanillaBlocks::DIRT()); | |
| $changed = true; |
Expected behaviour
An event should be implemented to allow detecting and cancelling this reversion.
Plugins should be able to create farmland without water.
PocketMine-MP version
5.41.0 (git hash: bb8ae4a)
PHP version
PHP version: 8.4.16
Server OS
Operating system: win
Game version (if applicable)
windows
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels