Please update BR and add compatibility with OC 1.4
PowerOfTech opened this issue ยท 3 comments
No problem. I should be able to fix this and issue an update tomorrow (Fri, 24 Oct).
The only thing that needs changing should be the imports in TileEntityReactorComputerPort
and TileEntityTurbineComputerPort
from
import li.cil.oc.api.network.Arguments;
import li.cil.oc.api.network.Context;
to
import li.cil.oc.api.machine.Arguments;
import li.cil.oc.api.machine.Context;
(well, and the dependency in build.gradle)
I can make a PR later, if so desired.