mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-03-28 14:56:24 +01:00
crafting tasks
This commit is contained in:
parent
0b2624db6d
commit
52a3a6810d
1 changed files with 10 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue