mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-30 10:53:03 +02:00
added todo for tools for agents in inventory
This commit is contained in:
parent
872ca99f08
commit
78ce03fde7
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@ function createInitialInventory(blueprint, agents) {
|
||||||
currentAgent = (currentAgent + 1) % agents;
|
currentAgent = (currentAgent + 1) % agents;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Todo: add tools to all agents (diamond pickaxe)
|
||||||
|
|
||||||
|
|
||||||
return inventories;
|
return inventories;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue