Big Reactors

Big Reactors

11M Downloads

Please update BR and add compatibility with OC 1.4

PowerOfTech opened this issue ยท 3 comments

commented

In OC 1.4 applied some changes in API, please change it in your mod, too.

commented

No problem. I should be able to fix this and issue an update tomorrow (Fri, 24 Oct).

commented

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.

commented

Thank you very much!