mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Closes #866
This commit is contained in:
parent
6042517947
commit
d5902dee86
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public class ReedFarmerBehavior implements IFarmerBehavior{
|
|||
farmer.extractEnergy(use);
|
||||
farmer.addToOutputInventory(drops, true);
|
||||
|
||||
result = FarmerResult.SUCCESS;
|
||||
result = FarmerResult.STOP_PROCESSING; //Success no longer makes it not replant, and the plant logic seems sketchy right after harvesting. This works tho.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue