crafting tasks

This commit is contained in:
Isadora White 2025-02-13 12:57:47 -08:00
parent 0b2624db6d
commit 52a3a6810d

View file

@ -10,10 +10,14 @@
"wooden_axe": 1 "wooden_axe": 1
} }
}, },
"blocked_actions": {
"0": [],
"1": []
},
"target": "stone_pickaxe", "target": "stone_pickaxe",
"number_of_target": 1, "number_of_target": 1,
"type": "techtree", "type": "techtree",
"timeout": 50 "timeout": 20
}, },
"multiagent_techtree_1_shears": { "multiagent_techtree_1_shears": {
"goal": "Collaborate with other agents to build a shear.", "goal": "Collaborate with other agents to build a shear.",
@ -27,9 +31,13 @@
"iron_ingot": 1 "iron_ingot": 1
} }
}, },
"blocked_actions": {
"0": [],
"1": []
},
"target": "shears", "target": "shears",
"number_of_target": 1, "number_of_target": 1,
"type": "techtree", "type": "techtree",
"timeout": 50 "timeout": 20
} }
} }