Big Reactors

Big Reactors

11M Downloads

Possible typo in reactor surface area calculation

dupontct opened this issue ยท 2 comments

commented

In the file erogenousbeef/bigreactors/common/multiblock/MultiblockReactor.java lines 1158-1161. You have the following code.

    // Get external surface area
    xSize += 2;
    ySize += 2;
    zSize += 3;

Shouldn't that line 1161 be as follows?

    zSize += 2;
commented

Deeeerp. Will fix. Thanks!

commented

nooooooooooo lol