Skip to content

Commit

Permalink
Remove getTankPressure override (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
miozune authored Feb 2, 2025
1 parent 74eae2d commit 415b797
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pluginManagement {
}

plugins {
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.30'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.32'
}


Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,6 @@ public boolean isAccessAllowed(EntityPlayer aPlayer) {
return true;
}

@Override
public int getTankPressure() {
return 100;
}

@Override
@SideOnly(Side.CLIENT)
public void registerIcons(IIconRegister aBlockIconRegister) {
Expand Down

0 comments on commit 415b797

Please sign in to comment.