Go to file
Joachim Stolberg 2e1a3009cb cloning commands added 2019-04-06 01:09:52 +02:00
sounds sensor and sign changer added. 2019-03-26 22:40:04 +01:00
textures cloning commands added 2019-04-06 01:09:52 +02:00
COPYING.txt first commit 2019-03-23 21:15:13 +01:00
LICENSE.txt first commit 2019-03-23 21:15:13 +01:00
README.md recipes added 2019-03-29 20:43:55 +01:00
basis.lua cloning commands added 2019-04-06 01:09:52 +02:00
bot_flap.lua command interpreter bug fixed 2019-03-31 20:35:58 +02:00
bot_sensor.lua Sensor Extender added, farming nodes added 2019-04-03 23:33:52 +02:00
changer.lua crop sensor added, actuator introduced, Box can be turned on/off 2019-04-02 22:45:26 +02:00
commands.lua cloning commands added 2019-04-06 01:09:52 +02:00
crop_sensor.lua Sensor Extender added, farming nodes added 2019-04-03 23:33:52 +02:00
depends.txt recipes added 2019-03-29 20:43:55 +01:00
duplicator.lua recipes added 2019-03-29 20:20:51 +01:00
extender.lua Sensor Extender added, farming nodes added 2019-04-03 23:33:52 +02:00
farming.lua cloning commands added 2019-04-06 01:09:52 +02:00
init.lua cloning commands added 2019-04-06 01:09:52 +02:00
intllib.lua first commit 2019-03-23 21:15:13 +01:00
intllib.sh first commit 2019-03-23 21:15:13 +01:00
item_func.lua textures changed 2019-04-01 21:57:15 +02:00
lib.lua cloning commands added 2019-04-06 01:09:52 +02:00
mod.conf recipes added 2019-03-29 20:43:55 +01:00
more_cmnds.lua Sensor Extender added, farming nodes added 2019-04-03 23:33:52 +02:00
move_func.lua crop sensor added, actuator introduced, Box can be turned on/off 2019-04-02 22:45:26 +02:00
node_sensor.lua Sensor Extender added, farming nodes added 2019-04-03 23:33:52 +02:00
nodes.lua cloning commands added 2019-04-06 01:09:52 +02:00
pattern.lua cloning commands added 2019-04-06 01:09:52 +02:00
robot.lua first commit 2019-03-23 21:15:13 +01:00
sign_func.lua cloning commands added 2019-04-06 01:09:52 +02:00
signal.lua crop sensor added, actuator introduced, Box can be turned on/off 2019-04-02 22:45:26 +02:00
signs.lua cloning commands added 2019-04-06 01:09:52 +02:00
tool.lua crop sensor added, actuator introduced, Box can be turned on/off 2019-04-02 22:45:26 +02:00

README.md

Signs Bot [signs_bot]

THIS IS WORK IN PROGRESS!

A robot controlled by signs.

The robot can be controlled by means of text commands written on (street) signs. The mod provides already programmed signs like "move" or "turn_left", but also a generic "command" sign to be programmed by the player. If the robot finds a sign on its path, it executes all sign commands.

License

Copyright (C) 2019 Joachim Stolberg
Code: Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt

Dependencies

default, farming, basic_materials, tubelib2

History

  • 2019-03-23 v0.01 * first draft