Skip to content

Commit

Permalink
fix milking?
Browse files Browse the repository at this point in the history
  • Loading branch information
eerussianguy committed Apr 13, 2021
1 parent 708aa1b commit 8244dee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ else if (entity instanceof EntityZebuTFC)
{
bucket.drain(1000, true);
bucket.fill(new FluidStack(fluid, 1000), true);
event.setCanceled(true);
}
}
}
Expand Down

0 comments on commit 8244dee

Please sign in to comment.