help page changed, farming reworked to a 3x3 field, farming sign added

This commit is contained in:
Joachim Stolberg 2019-04-06 23:27:53 +02:00
parent 312f66b7ca
commit 53689bcd67
3 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ local I,_ = dofile(MP.."/intllib.lua")
local lib = signs_bot.lib
local CYCLE_TIME = 2
local CYCLE_TIME = 4
local function update_infotext(pos, dest_pos, dest_idx)
M(pos):set_string("infotext", I("Crop Sensor: Connected with ")..S(dest_pos).." / "..dest_idx)

View File

@ -23,7 +23,7 @@ local I,_ = dofile(MP.."/intllib.lua")
local lib = signs_bot.lib
local CYCLE_TIME = 2
local CYCLE_TIME = 4
local function update_infotext(pos, dest_pos, cmnd)
M(pos):set_string("infotext", I("Node Sensor: Connected with ")..S(dest_pos).." / "..cmnd)

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B