forked from mrkubax10/industrialtest
Use appropriate item power exchange direction
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user