This commit is contained in:
Brennan Ward 2017-07-26 16:51:42 -04:00 committed by GitHub
parent 6042517947
commit d5902dee86

View file

@ -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.
}
}
}