~{buildcraft/json/insn}

import "buildcraftlib:util" "buildcraftcore:main"

item "robot" "robot" "buildcraftrobotics:robot"
item "robot_control" "redstone_board" "buildcraftrobotics:redstone_board"
item "robot_station" "robot_station" "buildcraftrobotics:robot_station"
block "robot_control" "zone_planner"
block "robot_control" "requester"

trigger "robot" "in_station" "buildcraft:robot.in.station"
trigger "robot" "sleep" "buildcraft:robot.sleep"
trigger "robot" "linked" "buildcraft:robot.linked"
trigger "robot" "reserved" "buildcraft:robot.reserved"

action "robot" "work_filter" "buildcraft:robot.work_filter"
action "robot" "work_filter_tool" "buildcraft:robot.work_filter_tool"
action "robot" "goto_station" "buildcraft:robot.goto_station"
action "robot" "wakeup" "buildcraft:robot.wakeup"
action "robot" "work_in_area" "buildcraft:robot.work_in_area"
action "robot" "load_unload_area" "buildcraft:robot.load_unload_area"
action "robot_station" "accept_fluids" "buildcraft:station.accept_fluids"
action "robot_station" "accept_items" "buildcraft:station.accept_items"
action "robot_station" "forbid_robot" "buildcraft:station.forbid_robot"
action "robot_station" "force_robot" "buildcraft:station.force_robot"
action "robot_station" "provide_fluids" "buildcraft:station.provide_fluids"
action "robot_station" "provide_items" "buildcraft:station.provide_items"
action "robot_station" "request_items" "buildcraft:station.request_items"
action "robot_station" "provide_machine_request" "buildcraft:station.provide_machine_request"
