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")) + } } }