Skip to content

Commit

Permalink
Remove Old GT++ UI from some multiblocks (#3819)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Robertz <[email protected]>
  • Loading branch information
Nockyx and Dream-Master authored Jan 17, 2025
1 parent f326d52 commit 3760928
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,11 +341,6 @@ public String[] getExtraInfoData() {
"Stored EU: " + this.getEUVar() + " / " + maxEUStore() };
}

@Override
public boolean doesBindPlayerInventory() {
return false;
}

@Override
public boolean getDefaultHasMaintenanceChecks() {
return false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,4 @@ public ArrayList<ItemStack> getStoredInputs() {
tItems.removeAll(Collections.singleton(null));
return tItems;
}

@Override
public boolean doesBindPlayerInventory() {
return false;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -522,9 +522,4 @@ public String getMachineType() {
public int getMaxParallelRecipes() {
return 1;
}

@Override
public boolean doesBindPlayerInventory() {
return false;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -657,9 +657,4 @@ public String[] getExtraInfoData() {
return new String[] { "Internal Heat Level: " + this.mHeatLevel,
"Connected Solar Reflectors: " + this.mSolarHeaters.size() };
}

@Override
public boolean doesBindPlayerInventory() {
return false;
}
}

0 comments on commit 3760928

Please sign in to comment.