Update presets

master
Ciaran Gultnieks 2015-05-10 08:50:45 +01:00
parent e21318ab9d
commit fac95b47af
3 changed files with 37 additions and 23 deletions

View File

@ -3,7 +3,7 @@ if event.type == "program" then
mem.cur = 0
mem.actions = {
{"go", name="cowfarm"},
{"go", name="path_cowfarm"},
{"wait", time=10},
{"go", pos={x=39,y=11.5,z=189}},
{"wait", time=10},
@ -18,7 +18,7 @@ if event.type == "program" then
{"go", pos={x=39,y=11.5,z=189}},
{"gather"},
{"wait", time=10},
{"go", name="cowfarm"},
{"go", name="path_cowfarm"},
}

View File

@ -4,9 +4,22 @@ if event.type == "program" then
mem.failed = false
mem.actions = {
-- *****************
-- Cocoa Plantation
{"go", name="Cocoa Plantation"},
{"wait", time=5},
{"go", pos={x=121,y=18.5,z=425}},
{"gather", nodes={"default:tree", "farming_plus:cocoa_leaves"},
items={"farming_plus:cocoa", "farming_plus:cocoa_sapling"},
plant="farming_plus:cocoa_sapling"},
{"go", pos={x=126,y=18.5,z=425}},
{"go", pos={x=121,y=18.5,z=425}},
{"gather"},
{"go", name="Cocoa Plantation"},
-- *****************
-- Ciaran's Farm
{"go", name="Ciaran's Farm"},
{"go", name="path_Ciaran's Farm"},
{"wait", time=10},
{"go", pos={x=167,y=11.5,z=316}},
@ -23,7 +36,7 @@ if event.type == "program" then
"farming_plus:rhubarb_seed 20",
"farming:pumpkin_seed 20",
"farming_plus:strawberry_seed 20"}},
{"go", name="Ciaran's Farm"},
{"go", name="path_Ciaran's Farm"},
-- Inside gate
{"go", pos={x=174, y=11.5, z=320}},
@ -98,7 +111,7 @@ if event.type == "program" then
-- Finished. Save seed stock...
{"go", pos={x=174, y=11.5, z=320}},
{"go", name="Ciaran's Farm"},
{"go", name="path_Ciaran's Farm"},
{"wait", time=10},
{"go", pos={x=167,y=11.5,z=316}},
@ -115,7 +128,7 @@ if event.type == "program" then
-- Load up items...
{"go", name="Ciaran's Farm"},
{"go", name="path_Ciaran's Farm"},
{"go", pos={x=174, y=11.5, z=320}},
{"go", pos={x=174, y=11.5, z=341}},
@ -127,13 +140,14 @@ if event.type == "program" then
"*farming_plus:rhubarb_seed", "*farming_plus:orange_seed",
"*farming_plus:potato_seed", "*farming_plus:potato_item",
"*farming_plus:orange_item",
"*farming_plus:strawberry_item", "*farming_plus:strawberry_seed"}},
"*farming_plus:strawberry_item", "*farming_plus:strawberry_seed",
"*farming_plus:cocoa", "default:tree"}},
{"go", pos={x=174, y=11.5, z=320}},
-- *****************
-- Tree Farm
{"go", name="Jeiffel Tree Farm"},
{"go", name="path_Jeiffel Tree Farm"},
{"wait", time=10},
{"go", pos={x=-173,y=9.5,z=-244}},
@ -151,7 +165,7 @@ if event.type == "program" then
-- Chuck all harvested stuff in the recycle bin. It will end up
-- at the factory.
{"go", name="Jeiffel Tower"},
{"go", name="path_Jeiffel Tower"},
{"wait", time=5},
{"go", pos={x=-221,y=1.5,z=-187}},
{"stash", dest="default:chest",
@ -167,19 +181,19 @@ if event.type == "program" then
-- ********************
-- Head f0r the cactus farm, but get some flowers on the way
--
{"go", name="Jeiffel Station"},
{"go", name="path_Jeiffel Station"},
{"gather", nodes={"flowers:geranium",
"flowers:rose",
"flowers:dandelion_white",
"flowers:dandelion_yellow",
"flowers:viola",
"flowers:tulip"}},
{"go", name="Cactus Approach"},
{"go", name="path_Cactus Approach"},
{"gather"},
-- ********************
-- Cactus Farm
{"go", name="Cactus Farm"},
{"go", name="path_Cactus Farm"},
{"wait", time=10},
{"gather", topnodes={"default:cactus"}},
{"go", pos={x=-34, y=11.5, z=-462}},
@ -189,7 +203,7 @@ if event.type == "program" then
{"go", pos={x=-33, y=11.5, z=-465}},
{"go", pos={x=-34, y=11.5, z=-462}},
{"gather"},
{"go", name="Cactusville Square"},
{"go", name="path_Cactusville Square"},
{"stash", items={"*default:cactus",
"*flowers:geranium",
"*flowers:rose",
@ -202,9 +216,9 @@ if event.type == "program" then
-- *****************
-- Get some papyrus on the way
{"go", name="Sugar Station Entrance"},
{"go", name="path_Sugar Station Entrance"},
{"gather", topnodes="default:papyrus"},
{"go", name="Industrial Corner"},
{"go", name="path_Industrial Corner"},
{"gather"},
{"go", pos={x=153, y=4.5, z=203}},
{"go", pos={x=156, y=4.5, z=202}},
@ -212,17 +226,17 @@ if event.type == "program" then
{"stash", items={"*default:papyrus"}, dest="default:chest"},
{"go", pos={x=156, y=4.5, z=202}},
{"go", pos={x=153, y=4.5, z=203}},
{"go", name="Industrial Estate"},
{"go", name="path_Industrial Estate"},
-- *****************
-- A bit of random wandering f0r test purposes
{"go", name="Building Supplies Shop"},
{"go", name="path_Building Supplies Shop"},
{"wait", time=10},
{"go", name="Mia's Shop"},
{"go", name="path_Mia's Shop"},
{"wait", time=10},
{"go", name="Adventure Shop"},
--{"go", name="Lava Falls"},
{"go", name="Jake's House"},
{"go", name="path_Adventure Shop"},
--{"go", name="path_Lava Falls"},
{"go", name="path_Jake's House"},
}

View File

@ -3,7 +3,7 @@ if event.type == "program" then
mem.cur = 1
mem.actions = {
{"go", name="Jeiffel Tree Farm"},
{"go", name="path_Jeiffel Tree Farm"},
{"wait", time=10},
{"go", pos={x=-173,y=9.5,z=-244}},
@ -21,7 +21,7 @@ if event.type == "program" then
-- Chuck all harvested stuff in the recycle bin. It will end up
-- at the factory.
{"go", name="Jeiffel Tower"},
{"go", name="path_Jeiffel Tower"},
{"wait", time=5},
{"go", pos={x=-221,y=1.5,z=-187}},
{"stash", dest="default:chest",