mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 11:14:44 +02:00
Added config option to disable wheat replanting.
This commit is contained in:
@ -149,7 +149,10 @@ public class Herbalism {
|
||||
if (data == CropState.RIPE.getData()) {
|
||||
mat = Material.WHEAT;
|
||||
xp = LoadProperties.mwheat;
|
||||
greenThumbWheat(block, player, event, plugin);
|
||||
|
||||
if (LoadProperties.wheatRegrowth) {
|
||||
greenThumbWheat(block, player, event, plugin);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user