From faa4be7f6ae82b08aba51c1d32305e17236bf160 Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Mon, 11 Jun 2018 14:05:33 +0300 Subject: clearer info message on wp-grinder --- technic/machines/other/water_powered_grinder.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technic/machines/other/water_powered_grinder.lua b/technic/machines/other/water_powered_grinder.lua index c5177cd..be46c6a 100644 --- a/technic/machines/other/water_powered_grinder.lua +++ b/technic/machines/other/water_powered_grinder.lua @@ -187,7 +187,7 @@ minetest.register_abm({ meta:set_int("processing", 0) - meta:set_string("infotext", S("%s is unpowered"):format(machine_name)) + meta:set_string("infotext", S("%s is unpowered\nMust be placed next to a mesecon water turbine\nThe turbine must be active"):format(machine_name)) technic.swap_node(pos, "technic:water_powered_grinder_unpowered") meta:set_string("formspec", formspec) end -- cgit v1.2.3