Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Nov 22, 2020
1 parent 1e4f575 commit e0f34f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class ArtOfAlchemy implements MeganeModule {
@Override
public void initialize() {
FLUID.register(BlockEntityDissolver.class, FluidProvider.of(
t -> 2, (t, i) -> AoAFluids.ALKAHEST,
t -> 1, (t, i) -> AoAFluids.ALKAHEST,
(t, i) -> (double) t.getAlkahest(),
(t, i) -> (double) t.getTankSize()
));
Expand Down

0 comments on commit e0f34f8

Please sign in to comment.