Skip to content

Commit

Permalink
Increase fluid cell types to 18 to match base AE2
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Sep 4, 2023
1 parent 36b9271 commit bd3cf69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public static ItemDefinition<BasicStorageCell> fluidCell(StorageTier tier) {
tier.idleDrain(),
tier.bytes() / 1024,
tier.bytes() / 128,
9,
18,
AEKeyType.fluids()));
}

Expand Down

0 comments on commit bd3cf69

Please sign in to comment.