Heat is radiated northward twice, never west?
burkfers opened this issue · 1 comments
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?
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
.