Skip to content

Commit

Permalink
Merge branch 'master' into fix-scanner-recipe-map
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss authored Dec 16, 2024
2 parents 6096044 + 61358d7 commit 00d5630
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,11 @@ public String[] getStructureDescription(ItemStack itemStack) {
@Override
public String[] getInfoData() {
String[] info = super.getInfoData();
info[8] = "Node Power: " + EnumChatFormatting.RED
info[8] = "Parallel: " + EnumChatFormatting.YELLOW
+ Math.round(this.mParallel)
+ EnumChatFormatting.RESET
+ " Node Power: "
+ EnumChatFormatting.RED
+ this.nodePower
+ EnumChatFormatting.RESET
+ " Purification Efficiency: "
Expand Down

0 comments on commit 00d5630

Please sign in to comment.