Fix machine side IO lookups

This commit is contained in:
2025-03-29 14:25:03 +01:00
parent 69aadeae71
commit b6ce12a668
2 changed files with 3 additions and 3 deletions

View File

@@ -26,13 +26,13 @@ function industrialtest.api.normalizeSide(pos,side)
1,2,3,4,5,6
},
[1]={
5,6,3,4,2,1
5,6,3,4,1,2
},
[2]={
2,1,3,4,6,5
},
[3]={
6,5,3,4,1,2
6,5,3,4,2,1
}
}
if node.param2>3 then