Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
Co-authored-by: TheBusyBiscuit <[email protected]>
  • Loading branch information
Intybyte and TheBusyBiscuit authored Jan 11, 2025
1 parent fb13699 commit 99b7f5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public FluidPump(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeT

@Nonnull
private BlockBreakHandler onBreak() {
return new MachineBlockBreakHandler(getOutputSlots(), getOutputSlots());
return new MachineBlockBreakHandler(getInputSlots(), getOutputSlots());
}

private void constructMenu(@Nonnull BlockMenuPreset preset) {
Expand Down

0 comments on commit 99b7f5f

Please sign in to comment.