Describe Wrench in guide

This commit is contained in:
2025-12-10 22:54:49 +01:00
parent eb5b2ba127
commit c192789b63

View File

@@ -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={
[[
<big>||Wrench||</big>
<left>
||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 <item name="industrialtest:machine_block" height="{{ITEM_HEIGHT}}"> <b>Machine Block</b> instead.||
</left>
]],
createMachineInformationTable({
{
name="uses",
value=tostring(industrialtest.Wrench.uses)
}
},S("Wrench"))
}
}
}