Normalize power flow

This commit is contained in:
2023-03-22 21:13:02 +01:00
parent 70db00304f
commit 8da3968a46
4 changed files with 13 additions and 7 deletions

View File

@@ -196,4 +196,4 @@ local function registerCable(name,displayName,material,size,flow)
})
end
registerCable("copper","Copper",industrialtest.elementKeys.copperIngot,0.15,216)
registerCable("copper","Copper",industrialtest.elementKeys.copperIngot,0.15,industrialtest.api.mvPowerFlow)