Big Reactors

Big Reactors

11M Downloads

Heat is radiated northward twice, never west?

burkfers opened this issue · 1 comments

commented

In TileEntityReactorControlRod.java, line 796

ForgeDirection[] dirs = new ForgeDirection[] { ForgeDirection.NORTH, ForgeDirection.SOUTH, ForgeDirection.EAST, ForgeDirection.NORTH};

Forgive me if I misread this, but shouldn't one of the NORTHs be WEST?

commented

Good catch, I'll fix that
On Jan 3, 2014 7:07 PM, "finrod09" [email protected] wrote:

In TileEntityReactorControlRod.java, line 796

ForgeDirection[] dirs = new ForgeDirection[] { ForgeDirection.NORTH,
ForgeDirection.SOUTH, ForgeDirection.EAST, ForgeDirection.NORTH};

Forgive me if I misread this, but shouldn't one of the NORTHs be WEST?


Reply to this email directly or view it on GitHubhttps://github.com//issues/84
.