Skip to content

Commit

Permalink
remove upgrades in description
Browse files Browse the repository at this point in the history
  • Loading branch information
lordIcocain committed Jan 18, 2025
1 parent 2bd601c commit 5456b09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -951,12 +951,4 @@ public boolean getSticky() {
return hasSticky;
}

public boolean getVoidOverflow() {
return hasVoidOverflow;
}

public boolean getDistribution() {
return hasDistribution;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -162,17 +162,6 @@ public void addInformation(final ItemStack essentiaCell, final EntityPlayer play
displayList.add(bytesTip);
displayList.add(typesTip);

// Add upgrades
if (cellHandler.getDistribution()) {
displayList.add(GuiText.Sticky.getLocal());
}
if (cellHandler.getVoidOverflow()) {
displayList.add("Void Overflow");
}
if (cellHandler.getSticky()) {
displayList.add("Distribution");
}

// Is the cell pre-formated?
if (cellHandler.isPartitioned()) {
displayList.add(GuiText.Partitioned.getLocal());
Expand Down

0 comments on commit 5456b09

Please sign in to comment.