It's best to open the notecard called config and check what it's set for in terms of the following settings:
Code:
# Short name of product to accept as food
FOODITEM=Grain
#
# Full name of storage location to take FOODITEM from
FOODTOWER=SF Storage Rack
#
# Short name of the product to accept as water
WATERITEM=Water
#
# Full name of the water tower to use if AUTOWATER is on
WATERTOWER=SF Water Tower
You need to make sure that the 'FOODTOWER' item is within range and it has enough of the 'FOODITEM' product. Same for water.
Read More...