Use appropriate item power exchange direction

This commit is contained in:
2025-01-20 22:21:06 +01:00
parent fd45e58e9c
commit 09a0d9c855
3 changed files with 37 additions and 13 deletions

View File

@@ -50,7 +50,12 @@ industrialtest.internal.unpackTableInto(industrialtest.Generator,{
flow=industrialtest.api.lvPowerFlow,
ioConfig="oooooo",
hasPowerOutput=true,
powerLists={"charged"}
powerLists={
{
list="charged",
direction="o"
}
}
})
function industrialtest.Generator.onConstruct(self,pos)