Describe Treetap in guide

This commit is contained in:
2025-12-10 22:47:26 +01:00
parent 2a6d038e5a
commit eb5b2ba127

View File

@@ -74,6 +74,7 @@ local function createMachineInformationTable(fields,machineName,num)
powerCapacity="Power capacity",
opPower="Power per operation",
powerPerFuel="Power per fuel unit",
uses="Uses",
efficiency="Default efficiency"
}
@@ -1840,6 +1841,26 @@ local pages={
}
},S("Static Boots"))
}
},
{
name="treetap",
title=S("Treetap"),
icon=industrialtest.elementKeys.treetap,
content={
[[
<big>||Treetap||</big>
<left>
||Treetap is used to extract <item name="{{elementKeyStickyResin}}" height="{{ITEM_HEIGHT}}"> <b>Sticky Resin</b> from <item name="{{elementKeyRubberWood}}" height="{{ITEM_HEIGHT}}"> <b>Rubber Wood</b>.||
</left>
]],
createMachineInformationTable({
{
name="uses",
value=tostring(industrialtest.Treetap.uses)
}
},S("Treetap"))
}
}
}
@@ -1894,6 +1915,7 @@ local function getGuideFormspec(playerName,pageName)
elementKeyIronIngot=industrialtest.elementKeys.ironIngot,
elementKeyIronLump=industrialtest.elementKeys.ironLump,
elementKeyIronPickaxe=industrialtest.elementKeys.ironPickaxe,
elementKeyStickyResin=industrialtest.elementKeys.stickyResin,
elementKeyRubber=industrialtest.elementKeys.rubber,
elementKeyRubberWood=industrialtest.elementKeys.rubberWood
})