Skip to content

Commit 99b7f5f

Browse files
Fix Typo
Co-authored-by: TheBusyBiscuit <TheBusyBiscuit@users.noreply.github.com>
1 parent fb13699 commit 99b7f5f

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines

1 file changed

+1
-1
lines changed

src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/FluidPump.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public FluidPump(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeT
7171

7272
@Nonnull
7373
private BlockBreakHandler onBreak() {
74-
return new MachineBlockBreakHandler(getOutputSlots(), getOutputSlots());
74+
return new MachineBlockBreakHandler(getInputSlots(), getOutputSlots());
7575
}
7676

7777
private void constructMenu(@Nonnull BlockMenuPreset preset) {

0 commit comments

Comments
 (0)