Skip to content

Commit

Permalink
add heat getter to fusion reactor
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Aug 18, 2021
1 parent 3e599b5 commit ce2d5fe
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ public void renderMetaTileEntity(CCRenderState renderState, Matrix4 translation,
Textures.FUSION_REACTOR_OVERLAY.render(renderState, translation, pipeline, this.getFrontFacing(), this.recipeMapWorkable.isActive());
}

public long getHeat() {
return heat;
}

private class FusionRecipeLogic extends MultiblockRecipeLogic {

public FusionRecipeLogic(MetaTileEntityFusionReactor tileEntity) {
Expand Down

0 comments on commit ce2d5fe

Please sign in to comment.