Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
No swearing
Browse files Browse the repository at this point in the history
  • Loading branch information
GTNH-Colen committed Oct 15, 2023
1 parent f6f4657 commit c7ebca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void run() {
200,
500000);

// recipe for ass line data hatches
// recipe for assline data hatches
RA.addAssemblerRecipe(
ItemList.Hatch_DataAccess_EV.get(1),
CustomItemList.dataIn_Hatch.get(1),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ protected void parametersInstantiation_EM() {}
* <p>
* good place to update parameter statuses, default implementation handles it well
*
* @param machineBusy is machine doing SHIT
* @param machineBusy is machine doing stuff
*/
protected void parametersStatusesWrite_EM(boolean machineBusy) { // todo unimplement?
if (!machineBusy) {
Expand Down

0 comments on commit c7ebca1

Please sign in to comment.