mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-04-22 06:02:07 +02:00
removed unnecessary "!goToDeath" action
this code is unnecessary the bot can use "!goToPlace('last_death_position')"
This commit is contained in:
parent
ac545acf51
commit
5606dad576
1 changed files with 0 additions and 8 deletions
|
@ -295,14 +295,6 @@ export const actionsList = [
|
||||||
await skills.goToBed(agent.bot);
|
await skills.goToBed(agent.bot);
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "!goToDeath",
|
|
||||||
description: "Go to the location of your bot's last death position and retrieve any lost items.",
|
|
||||||
perform: wrapExecution(async (agent) => {
|
|
||||||
await skills.goToDeath(agent.bot, agent);
|
|
||||||
await skills.pickupNearbyItems(agent.bot);
|
|
||||||
})
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: '!activate',
|
name: '!activate',
|
||||||
description: 'Activate the nearest object of a given type.',
|
description: 'Activate the nearest object of a given type.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue