From c192789b63ecff9d665e7314217794a62bcc26db Mon Sep 17 00:00:00 2001 From: mrkubax10 Date: Wed, 10 Dec 2025 22:54:49 +0100 Subject: [PATCH] Describe Wrench in guide --- guide.lua | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/guide.lua b/guide.lua index 75d1ded..a8c5f94 100644 --- a/guide.lua +++ b/guide.lua @@ -87,7 +87,7 @@ local function createMachineInformationTable(fields,machineName,num) }) end - return createTable(rows,false,string.format("Figure %d. Machine information for %s",(num or 1),machineName)) + return createTable(rows,false,string.format("Figure %d. Information for %s",(num or 1),machineName)) end local pages={ @@ -1861,6 +1861,26 @@ local pages={ } },S("Treetap")) } + }, + + { + name="wrench", + title=S("Wrench"), + icon="industrialtest:wrench", + content={ + [[ + ||Wrench|| + + ||Wrench is one of the most important tools in this mod. It is used to safely remove machines with no material loss. In many cases when machine is removed without Wrench it drops Machine Block instead.|| + + ]], + createMachineInformationTable({ + { + name="uses", + value=tostring(industrialtest.Wrench.uses) + } + },S("Wrench")) + } } }