Skip to content

Commit

Permalink
make drone pad parts rainresistant
Browse files Browse the repository at this point in the history
  • Loading branch information
planetme committed Jan 22, 2024
1 parent b1c8d93 commit c62c9db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public MetaTileEntity createMetaTileEntity(IGregTechTileEntity iGregTechTileEnti
}

@Override
public boolean getIsWeatherOrTerrainResistant() {
public boolean isMultiblockPartWeatherResistant(@Nonnull IMultiblockPart part) {
return true;
}

Expand Down

0 comments on commit c62c9db

Please sign in to comment.