make train tasks

This commit is contained in:
Isadora White 2025-05-05 21:08:34 -07:00
parent 31e5b6f9fb
commit 057faa6046
11 changed files with 23953 additions and 218 deletions

View file

@ -150,7 +150,7 @@ COOKING_ITEMS = {
"Step 2: Go to the crafting table and use the wheat to craft bread."
],
"description": "Fresh bread",
"complexity": "medium",
"complexity": "medium"
},
"cake": {
"recipe": [
@ -216,7 +216,9 @@ COOKING_ITEMS = {
],
"description": "A magical golden carrot",
"complexity": "hard",
"required_chest_items": ["gold_ingots"]
"required_chest_items": {
"gold_ingots": 8,
}
},
}
@ -275,10 +277,11 @@ def reconfigure_tasks(task_path, new_task_path):
goals = task.get("goal", {})
new_goals = {}
blocked_access = task.get("blocked_access", [])
blocked_access = task.get("blocked_access_to_recipe", [])
print(blocked_access)
for key, goal in goals.items():
initial_goal = goal.split("\n")[0]
if key not in blocked_access:
if str(key) not in blocked_access:
for item, recipe in new_recipes.items():
initial_goal += f"Recipe for {item}:\n{recipe}"
new_goals[key] = initial_goal
@ -289,7 +292,13 @@ def reconfigure_tasks(task_path, new_task_path):
with open(new_task_path, 'w') as f:
json.dump(tasks, f, indent=4)
reconfigure_tasks("mindcraft/tasks/cooking_tasks/equal_load_test_tasks/2_agent.json", "mindcraft/tasks/cooking_tasks/require_collab_test/2_agent.json")
reconfigure_tasks("mindcraft/tasks/cooking_tasks/equal_load_test_tasks/3_agent.json", "mindcraft/tasks/cooking_tasks/require_collab_test/3_agent.json")
reconfigure_tasks("mindcraft/tasks/cooking_tasks/equal_load_test_tasks/4_agent.json", "mindcraft/tasks/cooking_tasks/require_collab_test/4_agent.json")
reconfigure_tasks("mindcraft/tasks/cooking_tasks/equal_load_test_tasks/5_agent.json", "mindcraft/tasks/cooking_tasks/require_collab_test/5_agent.json")
# reconfigure_tasks("mindcraft/tasks/cooking_tasks/equal_load_test_tasks/2_agent.json", "mindcraft/tasks/cooking_tasks/require_collab_test/2_agent.json")
# reconfigure_tasks("mindcraft/tasks/cooking_tasks/equal_load_test_tasks/3_agent.json", "mindcraft/tasks/cooking_tasks/require_collab_test/3_agent.json")
# reconfigure_tasks("mindcraft/tasks/cooking_tasks/equal_load_test_tasks/4_agent.json", "mindcraft/tasks/cooking_tasks/require_collab_test/4_agent.json")
# reconfigure_tasks("mindcraft/tasks/cooking_tasks/equal_load_test_tasks/5_agent.json", "mindcraft/tasks/cooking_tasks/require_collab_test/5_agent.json")
# reconfigure_tasks("mindcraft/tasks/cooking_tasks/train_tasks/2_agent_cooking_train_tasks.json", "mindcraft/tasks/cooking_tasks/require_collab_train/2_agent.json")
reconfigure_tasks("mindcraft/tasks/cooking_tasks/train_tasks/train_tasks.json", "mindcraft/tasks/cooking_tasks/require_collab_train/2_agent_blocked_access.json")
# reconfigure_tasks("mindcraft/tasks/cooking_tasks/train_tasks/train_tasks_3_agents.json", "mindcraft/tasks/cooking_tasks/require_collab_train/3_agent.json")
# reconfigure_tasks("mindcraft/tasks/cooking_tasks/train_tasks/train_tasks_4_agents.json", "mindcraft/tasks/cooking_tasks/require_collab_train/4_agent.json")
# reconfigure_tasks("mindcraft/tasks/cooking_tasks/train_tasks/train_tasks_5_agents.json", "mindcraft/tasks/cooking_tasks/require_collab_train/5_agent.json")

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -52,7 +52,7 @@
"cooked_rabbit": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -95,7 +95,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cookie": [
"Step 1: Go to the farm and collect 2 wheat.",
@ -134,7 +134,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -178,7 +178,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -220,7 +220,7 @@
"beetroot_soup": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -265,7 +265,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_rabbit": [
"Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
@ -307,7 +307,7 @@
"cooked_rabbit": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -349,7 +349,7 @@
"golden_carrot": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -387,7 +387,7 @@
"cooked_mutton": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_rabbit": [
"Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
@ -431,7 +431,7 @@
"cooked_porkchop": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"pumpkin_pie": [
"Step 1: Go to the farm and collect 1 pumpkin and 1 sugar cane.",
@ -473,7 +473,7 @@
"cooked_porkchop": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"suspicious_stew": [
"Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom.",
@ -514,7 +514,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -560,7 +560,7 @@
"cooked_mutton": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -602,7 +602,7 @@
"beetroot_soup": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -644,7 +644,7 @@
"golden_carrot": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"suspicious_stew": [
"Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom.",
@ -685,7 +685,7 @@
"cooked_mutton": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -724,7 +724,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -765,7 +765,7 @@
"mushroom_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"beetroot_soup": [
"Step 1: Go to the farm and collect 6 beetroot.",
@ -808,7 +808,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_mutton": [
"Step 1: Kill a sheep and pick up 1 mutton that is dropped.",
@ -851,7 +851,7 @@
"mushroom_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"suspicious_stew": [
"Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom.",
@ -895,7 +895,7 @@
"beetroot_soup": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -938,7 +938,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -983,7 +983,7 @@
"cooked_rabbit": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -1021,7 +1021,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -1062,7 +1062,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_rabbit": [
"Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
@ -1100,7 +1100,7 @@
"cooked_mutton": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -1139,7 +1139,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -1181,7 +1181,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -1217,7 +1217,7 @@
"cooked_porkchop": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"suspicious_stew": [
"Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom.",
@ -1255,7 +1255,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"beetroot_soup": [
"Step 1: Go to the farm and collect 6 beetroot.",
@ -1297,7 +1297,7 @@
"cooked_porkchop": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -1341,7 +1341,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"suspicious_stew": [
"Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom.",
@ -1385,7 +1385,7 @@
"beetroot_soup": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -1424,7 +1424,7 @@
"mushroom_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -1465,7 +1465,7 @@
"cooked_rabbit": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -1504,7 +1504,7 @@
"cooked_porkchop": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"beetroot_soup": [
"Step 1: Go to the farm and collect 6 beetroot.",
@ -1545,7 +1545,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"beetroot_soup": [
"Step 1: Go to the farm and collect 6 beetroot.",
@ -1582,7 +1582,7 @@
"mushroom_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_mutton": [
"Step 1: Kill a sheep and pick up 1 mutton that is dropped.",
@ -1626,7 +1626,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_rabbit": [
"Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
@ -1661,7 +1661,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_mutton": [
"Step 1: Kill a sheep and pick up 1 mutton that is dropped.",
@ -1701,7 +1701,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -1746,7 +1746,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"beetroot_soup": [
"Step 1: Go to the farm and collect 6 beetroot.",
@ -1788,7 +1788,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -1827,7 +1827,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -1862,7 +1862,7 @@
"cooked_mutton": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"suspicious_stew": [
"Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom.",
@ -1903,7 +1903,7 @@
"cooked_rabbit": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"pumpkin_pie": [
"Step 1: Go to the farm and collect 1 pumpkin and 1 sugar cane.",
@ -1942,7 +1942,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -1985,7 +1985,7 @@
"cooked_porkchop": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -2026,7 +2026,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -2063,7 +2063,7 @@
"cooked_rabbit": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -2098,7 +2098,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"pumpkin_pie": [
"Step 1: Go to the farm and collect 1 pumpkin and 1 sugar cane.",
@ -2139,7 +2139,7 @@
"cooked_mutton": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"beetroot_soup": [
"Step 1: Go to the farm and collect 6 beetroot.",
@ -2179,7 +2179,7 @@
"beetroot_soup": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -2219,7 +2219,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_mutton": [
"Step 1: Kill a sheep and pick up 1 mutton that is dropped.",
@ -2258,7 +2258,7 @@
"golden_carrot": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_rabbit": [
"Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
@ -2301,7 +2301,7 @@
"cooked_rabbit": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cookie": [
"Step 1: Go to the farm and collect 2 wheat.",
@ -2345,7 +2345,7 @@
"mushroom_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"pumpkin_pie": [
"Step 1: Go to the farm and collect 1 pumpkin and 1 sugar cane.",
@ -2389,7 +2389,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -2432,7 +2432,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -2473,7 +2473,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -2514,7 +2514,7 @@
"golden_carrot": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_mutton": [
"Step 1: Kill a sheep and pick up 1 mutton that is dropped.",
@ -2553,7 +2553,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_rabbit": [
"Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
@ -2590,7 +2590,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -2631,7 +2631,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"pumpkin_pie": [
"Step 1: Go to the farm and collect 1 pumpkin and 1 sugar cane.",
@ -2673,7 +2673,7 @@
"cooked_rabbit": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_mutton": [
"Step 1: Kill a sheep and pick up 1 mutton that is dropped.",
@ -2714,7 +2714,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"beetroot_soup": [
"Step 1: Go to the farm and collect 6 beetroot.",
@ -2751,7 +2751,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_mutton": [
"Step 1: Kill a sheep and pick up 1 mutton that is dropped.",
@ -2787,7 +2787,7 @@
"beetroot_soup": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_mutton": [
"Step 1: Kill a sheep and pick up 1 mutton that is dropped.",
@ -2828,7 +2828,7 @@
"cooked_porkchop": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",

View file

@ -8,7 +8,7 @@
"beetroot_soup": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -56,7 +56,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -104,7 +104,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"pumpkin_pie": [
"Step 1: Go to the farm and collect 1 pumpkin and 1 sugar cane.",
@ -156,7 +156,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -204,7 +204,7 @@
"golden_carrot": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"pumpkin_pie": [
"Step 1: Go to the farm and collect 1 pumpkin and 1 sugar cane.",
@ -254,7 +254,7 @@
"beetroot_soup": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"pumpkin_pie": [
"Step 1: Go to the farm and collect 1 pumpkin and 1 sugar cane.",
@ -302,7 +302,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -351,7 +351,7 @@
"cooked_porkchop": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -399,7 +399,7 @@
"mushroom_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"pumpkin_pie": [
"Step 1: Go to the farm and collect 1 pumpkin and 1 sugar cane.",
@ -448,7 +448,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -500,7 +500,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -546,7 +546,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cookie": [
"Step 1: Go to the farm and collect 2 wheat.",
@ -588,7 +588,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"suspicious_stew": [
"Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom.",
@ -630,7 +630,7 @@
"cooked_mutton": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"suspicious_stew": [
"Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom.",
@ -675,7 +675,7 @@
"cooked_rabbit": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -721,7 +721,7 @@
"beetroot_soup": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"suspicious_stew": [
"Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom.",
@ -773,7 +773,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -823,7 +823,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_mutton": [
"Step 1: Kill a sheep and pick up 1 mutton that is dropped.",
@ -871,7 +871,7 @@
"cooked_rabbit": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -913,7 +913,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -958,7 +958,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"pumpkin_pie": [
"Step 1: Go to the farm and collect 1 pumpkin and 1 sugar cane.",
@ -1002,7 +1002,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_mutton": [
"Step 1: Kill a sheep and pick up 1 mutton that is dropped.",
@ -1048,7 +1048,7 @@
"cooked_mutton": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -1093,7 +1093,7 @@
"golden_carrot": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -1144,7 +1144,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cookie": [
"Step 1: Go to the farm and collect 2 wheat.",
@ -1192,7 +1192,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_rabbit": [
"Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
@ -1238,7 +1238,7 @@
"golden_carrot": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -1285,7 +1285,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cookie": [
"Step 1: Go to the farm and collect 2 wheat.",
@ -1334,7 +1334,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -1388,7 +1388,7 @@
"cooked_rabbit": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -1435,7 +1435,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"beetroot_soup": [
"Step 1: Go to the farm and collect 6 beetroot.",
@ -1482,7 +1482,7 @@
"cooked_mutton": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -1533,7 +1533,7 @@
"mushroom_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_rabbit": [
"Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
@ -1581,7 +1581,7 @@
"cooked_mutton": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"pumpkin_pie": [
"Step 1: Go to the farm and collect 1 pumpkin and 1 sugar cane.",
@ -1632,7 +1632,7 @@
"cooked_rabbit": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_mutton": [
"Step 1: Kill a sheep and pick up 1 mutton that is dropped.",
@ -1677,7 +1677,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"suspicious_stew": [
"Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom.",
@ -1728,7 +1728,7 @@
"mushroom_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -1779,7 +1779,7 @@
"cooked_porkchop": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -1824,7 +1824,7 @@
"cooked_mutton": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cookie": [
"Step 1: Go to the farm and collect 2 wheat.",
@ -1865,7 +1865,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cookie": [
"Step 1: Go to the farm and collect 2 wheat.",
@ -1909,7 +1909,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cookie": [
"Step 1: Go to the farm and collect 2 wheat.",
@ -1958,7 +1958,7 @@
"cooked_porkchop": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"suspicious_stew": [
"Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom.",
@ -2004,7 +2004,7 @@
"beetroot_soup": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -2050,7 +2050,7 @@
"cooked_porkchop": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"beetroot_soup": [
"Step 1: Go to the farm and collect 6 beetroot.",
@ -2098,7 +2098,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -2147,7 +2147,7 @@
"golden_carrot": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_rabbit": [
"Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
@ -2194,7 +2194,7 @@
"mushroom_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"pumpkin_pie": [
"Step 1: Go to the farm and collect 1 pumpkin and 1 sugar cane.",
@ -2247,7 +2247,7 @@
"cooked_rabbit": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"suspicious_stew": [
"Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom.",
@ -2289,7 +2289,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cookie": [
"Step 1: Go to the farm and collect 2 wheat.",
@ -2340,7 +2340,7 @@
"cooked_porkchop": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -2389,7 +2389,7 @@
"cooked_rabbit": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -2432,7 +2432,7 @@
"golden_carrot": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -2477,7 +2477,7 @@
"beetroot_soup": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_mutton": [
"Step 1: Kill a sheep and pick up 1 mutton that is dropped.",
@ -2523,7 +2523,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_mutton": [
"Step 1: Kill a sheep and pick up 1 mutton that is dropped.",
@ -2567,7 +2567,7 @@
"cooked_rabbit": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"beetroot_soup": [
"Step 1: Go to the farm and collect 6 beetroot.",
@ -2613,7 +2613,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -2668,7 +2668,7 @@
"cooked_rabbit": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"pumpkin_pie": [
"Step 1: Go to the farm and collect 1 pumpkin and 1 sugar cane.",
@ -2719,7 +2719,7 @@
"beetroot_soup": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -2764,7 +2764,7 @@
"beetroot_soup": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -2811,7 +2811,7 @@
"beetroot_soup": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_rabbit": [
"Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
@ -2860,7 +2860,7 @@
"cooked_mutton": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cookie": [
"Step 1: Go to the farm and collect 2 wheat.",
@ -2908,7 +2908,7 @@
"mushroom_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -2953,7 +2953,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_mutton": [
"Step 1: Kill a sheep and pick up 1 mutton that is dropped.",
@ -2999,7 +2999,7 @@
"cooked_porkchop": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -3041,7 +3041,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"suspicious_stew": [
"Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom.",
@ -3095,7 +3095,7 @@
"beetroot_soup": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -3144,7 +3144,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -3196,7 +3196,7 @@
"mushroom_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_rabbit": [
"Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
@ -3249,7 +3249,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_rabbit": [
"Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
@ -3299,7 +3299,7 @@
"mushroom_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",

View file

@ -10,7 +10,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -66,7 +66,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"beetroot_soup": [
"Step 1: Go to the farm and collect 6 beetroot.",
@ -118,7 +118,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_mutton": [
"Step 1: Kill a sheep and pick up 1 mutton that is dropped.",
@ -170,7 +170,7 @@
"cooked_rabbit": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -226,7 +226,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_mutton": [
"Step 1: Kill a sheep and pick up 1 mutton that is dropped.",
@ -282,7 +282,7 @@
"cooked_mutton": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"pumpkin_pie": [
"Step 1: Go to the farm and collect 1 pumpkin and 1 sugar cane.",
@ -338,7 +338,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cookie": [
"Step 1: Go to the farm and collect 2 wheat.",
@ -397,7 +397,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_rabbit": [
"Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
@ -453,7 +453,7 @@
"beetroot_soup": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"suspicious_stew": [
"Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom.",
@ -506,7 +506,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -558,7 +558,7 @@
"cooked_porkchop": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"pumpkin_pie": [
"Step 1: Go to the farm and collect 1 pumpkin and 1 sugar cane.",
@ -611,7 +611,7 @@
"mushroom_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"suspicious_stew": [
"Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom.",
@ -663,7 +663,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -716,7 +716,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"suspicious_stew": [
"Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom.",
@ -777,7 +777,7 @@
"cooked_porkchop": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_mutton": [
"Step 1: Kill a sheep and pick up 1 mutton that is dropped.",
@ -825,7 +825,7 @@
"mushroom_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -874,7 +874,7 @@
"mushroom_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cookie": [
"Step 1: Go to the farm and collect 2 wheat.",
@ -927,7 +927,7 @@
"cooked_porkchop": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"suspicious_stew": [
"Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom.",
@ -985,7 +985,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -1037,7 +1037,7 @@
"golden_carrot": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"suspicious_stew": [
"Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom.",
@ -1093,7 +1093,7 @@
"mushroom_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -1144,7 +1144,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_mutton": [
"Step 1: Kill a sheep and pick up 1 mutton that is dropped.",
@ -1192,7 +1192,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -1246,7 +1246,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -1295,7 +1295,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"pumpkin_pie": [
"Step 1: Go to the farm and collect 1 pumpkin and 1 sugar cane.",
@ -1351,7 +1351,7 @@
"mushroom_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_rabbit": [
"Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
@ -1401,7 +1401,7 @@
"beetroot_soup": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -1460,7 +1460,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -1516,7 +1516,7 @@
"beetroot_soup": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_mutton": [
"Step 1: Kill a sheep and pick up 1 mutton that is dropped.",
@ -1564,7 +1564,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"pumpkin_pie": [
"Step 1: Go to the farm and collect 1 pumpkin and 1 sugar cane.",
@ -1620,7 +1620,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -1672,7 +1672,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -1735,7 +1735,7 @@
"cooked_mutton": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_rabbit": [
"Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
@ -1788,7 +1788,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"pumpkin_pie": [
"Step 1: Go to the farm and collect 1 pumpkin and 1 sugar cane.",
@ -1842,7 +1842,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -1896,7 +1896,7 @@
"mushroom_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_mutton": [
"Step 1: Kill a sheep and pick up 1 mutton that is dropped.",
@ -1952,7 +1952,7 @@
"cooked_mutton": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"beetroot_soup": [
"Step 1: Go to the farm and collect 6 beetroot.",
@ -2004,7 +2004,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -2053,7 +2053,7 @@
"cooked_rabbit": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"beetroot_soup": [
"Step 1: Go to the farm and collect 6 beetroot.",
@ -2112,7 +2112,7 @@
"golden_carrot": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_rabbit": [
"Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
@ -2162,7 +2162,7 @@
"cooked_rabbit": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"beetroot_soup": [
"Step 1: Go to the farm and collect 6 beetroot.",
@ -2217,7 +2217,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cookie": [
"Step 1: Go to the farm and collect 2 wheat.",
@ -2269,7 +2269,7 @@
"cooked_porkchop": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cookie": [
"Step 1: Go to the farm and collect 2 wheat.",
@ -2320,7 +2320,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -2372,7 +2372,7 @@
"cooked_rabbit": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"beetroot_soup": [
"Step 1: Go to the farm and collect 6 beetroot.",
@ -2429,7 +2429,7 @@
"cooked_porkchop": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_mutton": [
"Step 1: Kill a sheep and pick up 1 mutton that is dropped.",
@ -2481,7 +2481,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"pumpkin_pie": [
"Step 1: Go to the farm and collect 1 pumpkin and 1 sugar cane.",
@ -2531,7 +2531,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_rabbit": [
"Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
@ -2585,7 +2585,7 @@
"cooked_mutton": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -2632,7 +2632,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"pumpkin_pie": [
"Step 1: Go to the farm and collect 1 pumpkin and 1 sugar cane.",
@ -2687,7 +2687,7 @@
"pumpkin_pie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"suspicious_stew": [
"Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom.",
@ -2746,7 +2746,7 @@
"cooked_mutton": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_rabbit": [
"Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
@ -2800,7 +2800,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_rabbit": [
"Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
@ -2859,7 +2859,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"golden_carrot": [
"Step 1: Go to the farm and collect 1 carrot.",
@ -2908,7 +2908,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -2962,7 +2962,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -3015,7 +3015,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"beetroot_soup": [
"Step 1: Go to the farm and collect 6 beetroot.",
@ -3071,7 +3071,7 @@
"golden_carrot": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"suspicious_stew": [
"Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom.",
@ -3130,7 +3130,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -3182,7 +3182,7 @@
"golden_carrot": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"beetroot_soup": [
"Step 1: Go to the farm and collect 6 beetroot.",
@ -3234,7 +3234,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"beetroot_soup": [
"Step 1: Go to the farm and collect 6 beetroot.",
@ -3283,7 +3283,7 @@
"cooked_rabbit": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -3342,7 +3342,7 @@
"mushroom_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_rabbit": [
"Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
@ -3396,7 +3396,7 @@
"cooked_porkchop": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -3449,7 +3449,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_porkchop": [
"Step 1: Kill a pig and pick up 1 porkchop that is dropped.",
@ -3500,7 +3500,7 @@
"suspicious_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cookie": [
"Step 1: Go to the farm and collect 2 wheat.",
@ -3556,7 +3556,7 @@
"cookie": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"mushroom_stew": [
"Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.",
@ -3607,7 +3607,7 @@
"mushroom_stew": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",
@ -3668,7 +3668,7 @@
"cooked_chicken": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"beetroot_soup": [
"Step 1: Go to the farm and collect 6 beetroot.",
@ -3726,7 +3726,7 @@
"cooked_mutton": 1
},
"type": "cooking",
"timeout": 300,
"timeout": 1500,
"recipes": {
"cooked_chicken": [
"Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.",