Code (Text):
[
{
"id": "ore_rush",
"name": "Ore Rush",
"weight": 1.0,
"variables": {
"ore": ["IRON_ORE", "COAL_ORE", "COPPER_ORE"]
},
"objective": {
"prompt": "Mine 12 {ore}",
"type": "MINE",
"targets": ["{ore}"],
"required": 12
}
},
{
"id": "survival_combo",
"name": "Survival Combo",
"weight": 1.0,
"objective": {
"prompt": "Complete the survival checklist!",
"steps": [
{ "name": "Mine 10 logs", "type": "MINE", "targets": ["OAK_LOG","BIRCH_LOG"], "amount": 10 },
{ "name": "Craft 16 planks", "type": "CRAFT", "targets": ["OAK_PLANKS","BIRCH_PLANKS"], "amount": 16 },
{ "name": "Eat 3 food", "type": "EAT", "targets": ["COOKED_BEEF","BREAD"], "amount": 3 }
]
}
}
]