From 0807257d7876f396a5c03ae6efa39528aaa173bc Mon Sep 17 00:00:00 2001 From: Ben Dodd Date: Tue, 28 Jun 2022 14:10:40 +0100 Subject: [PATCH] Correct grammar in harvest block property search_cooldown_max_seconds --- .../behavior/entities/format/behaviors/harvest_farm_block.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/behaviors/harvest_farm_block.json b/source/behavior/entities/format/behaviors/harvest_farm_block.json index d3b98875..5c66486b 100644 --- a/source/behavior/entities/format/behaviors/harvest_farm_block.json +++ b/source/behavior/entities/format/behaviors/harvest_farm_block.json @@ -16,7 +16,7 @@ }, "search_cooldown_max_seconds": { "title": "Search Cooldown Maximum Seconds", - "description": "The maximum amount of time in seconds that the goal can take before searching again, after failing to find a a harvest block already.", + "description": "The maximum amount of time in seconds that the goal can take before searching again, after failing to find a block to harvest.", "$comment": "UNDOCUMENTED", "type": "number" },