techage_modpack/signs_bot/README.md

65 lines
2.8 KiB
Markdown
Raw Permalink Normal View History

2020-05-31 23:31:18 +03:00
Signs Bot [signs_bot]
=====================
**A robot controlled by signs.**
2021-02-07 16:37:07 +03:00
Browse on: [GitHub](https://github.com/joe7575/signs_bot)
2020-05-31 23:31:18 +03:00
2021-02-07 16:37:07 +03:00
Download: [GitHub](https://github.com/joe7575/signs_bot/archive/master.zip)
2020-05-31 23:31:18 +03:00
![Signs Bot](https://github.com/joe7575/signs_bot/blob/master/screenshot.png)
2023-08-26 11:27:15 +03:00
### Introduction
See [manual](https://github.com/joe7575/signs_bot/blob/master/manual_EN.md)
The mod has an in-game help to all blocks and signs.
If 'techage' is installed, the techage ingame manual will be expanded.
If techage is not installed, it is recommended that you have installed the
mod doclib.
2020-05-31 23:31:18 +03:00
### License
2023-08-26 11:27:15 +03:00
Copyright (C) 2019-2023 Joachim Stolberg
2021-09-03 20:32:06 +03:00
Copyright (C) 2021 Michal 'Micu' Cieslakiewicz (soup commands)
2020-05-31 23:31:18 +03:00
Code: Licensed under the GNU GPL version 3 or later. See LICENSE.txt
### Dependencies
2021-02-07 16:37:07 +03:00
default, farming, basic_materials, tubelib2
2023-08-26 11:27:15 +03:00
optional: farming redo, node_io, doc, techage, minecart, xdecor, compost, doclib
2020-05-31 23:31:18 +03:00
### History
- 2019-03-23 v0.01 * first draft
- 2019-04-06 v0.02 * completely reworked
- 2019-04-08 v0.03 * 'plant_sapling', 'place_below', 'dig_below' added, many bugs fixed
- 2019-04-11 v0.04 * support for 'node_io' added, chest added, further commands added
- 2019-04-14 v0.05 * timer added, user signs added, bug fixes
- 2019-04-15 v0.06 * nodes remove bugfix, punch_cart command added, cart sensor added
- 2019-04-18 v0.07 * node_io is now optional, support for MTG chests and furnace added
- 2019-05-22 v0.08 * recipe bug fixes and prepared for techage
- 2019-05-25 v0.09 * in-game help added for the mod 'doc'
- 2019-07-05 v0.10 * Timer, sensor and cart handling improvements
- 2019-07-08 v0.11 * Delayer added
- 2019-08-09 v0.12 * bug fixes
- 2019-08-14 v0.13 * Signs Bot Chest recipe added, Minecart signs added
- 2020-01-02 v1.00 * bot inventory filter added, documentation enhanced
- 2020-03-27 v1.01 * flower command and sign added
- 2020-03-30 v1.02 * Program flow control commands added
2020-06-21 11:21:23 +03:00
- 2020-06-21 v1.03 * Interpreter bugfixes, node and crop sensors changed
2021-02-07 16:37:07 +03:00
- 2020-10-01 v1.04 * Many improvements and bugfixes (Thanks to Thomas-S)
- 2021-01-30 v1.05 * Many improvements and bugfixes
2021-05-14 19:50:16 +03:00
- 2021-03-14 v1.06 * Switch translation from intllib to minetest.translator
- 2021-04-24 v1.07 * Adapted to minecart v2.0
- 2021-05-04 v1.08 * Add print command, improve error msg
2021-09-03 20:32:06 +03:00
- 2021-08-22 v1.09 * Add soup commands and signs, add aspen sign
2021-10-30 17:52:44 +03:00
- 2021-09-18 v1.10 * Add techage command 'set <num>' to the Bot Control Unit
2022-07-11 21:24:44 +03:00
- 2022-03-19 V1.11 * Extend farming (and add ethereal) support (Thanks to nixnoxus)
2022-09-24 12:01:30 +03:00
- 2022-09-11 V1.12 * Add commands `jump_low_batt` , `jump_check_item`, and `fall_down`
2023-08-26 11:27:15 +03:00
- 2023-06-27 V1.13 * Add Beduino command support (see bep-006_sb_cmnd.md)
- 2023-07-28 V1.13 * Introduction/manual restructured, doclib dependency added
2022-07-11 21:24:44 +03:00
2020-05-31 23:31:18 +03:00