mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-31 20:35:31 +02:00
Allow agents to use !endConversation for cooking tasks
This commit is contained in:
parent
c637e37de5
commit
ab491ede8a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import boto3
|
|||
|
||||
BLOCKED_ACTIONS_COOKING = [
|
||||
'!activate', '!attackPlayer', '!checkBlueprint', '!checkBlueprintLevel',
|
||||
'!clearChat', '!clearFurnace', '!consume', '!craftable', '!discard', '!endConversation',
|
||||
'!clearChat', '!clearFurnace', '!consume', '!craftable', '!discard',
|
||||
'!endGoal', '!entities', '!equip', '!followPlayer', '!getBlueprint', '!getBlueprintLevel',
|
||||
'!goToBed', '!help', '!modes', '!moveAway', '!newAction', '!placeHere', '!putInChest',
|
||||
'!restart', '!setMode', '!stay', '!stfu', '!stop'
|
||||
|
|
Loading…
Add table
Reference in a new issue