added todo for tools for agents in inventory

This commit is contained in:
mmaheshwari2 2025-02-27 16:24:26 -08:00
parent 872ca99f08
commit 78ce03fde7

View file

@ -48,6 +48,10 @@ function createInitialInventory(blueprint, agents) {
currentAgent = (currentAgent + 1) % agents;
}
// Todo: add tools to all agents (diamond pickaxe)
return inventories;
}